Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.2 Release #294

Merged
merged 1 commit into from
Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.9.2
* Android and iOS builds in CD pipeline
* Changed transactions to use JSON objects rather than unlabeled arrays
* bugfixes

## 0.9.1
* Set fees accepts strings
* relies on stable versions of all artifacts
Expand Down
4 changes: 2 additions & 2 deletions devops/aws-codebuild/Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ pipelineWrapper({
// not accurate (it concatenates them):
// debian package version: <src_version>+<release_version>
// debian package name: <src_version><release_version>
def sovtoken_deb_version = "0.9.13.90"
def sovtokenfees_deb_version = "0.9.13.90"
def sovtoken_deb_version = "0.9.21.94"
def sovtokenfees_deb_version = "0.9.21.94"

sh """
cd ./devops/docker/ci/xenial/
Expand Down
2 changes: 1 addition & 1 deletion devops/docker/ci/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/libsovtoken-ci-entrypoint.sh
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]

ENV LIBSOVTOKEN_CI_ENV_VERSION=0.39.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.40.0
2 changes: 1 addition & 1 deletion libsovtoken/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsovtoken"
version = "0.9.1"
version = "0.9.2"
authors = [
"Matt Raffel <[email protected]",
"Stephen Felt <[email protected]",
Expand Down