File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.1
4+ * Set fees accepts strings
5+ * relies on stable versions of all artifacts
6+ * optimization of size for ios build
7+ * refactoring and code improvements
8+ * bugfixes
9+
310## 0.9.0
411* Added functionality
512 * build_verify_req_handler
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ pipelineWrapper({
4646 // not accurate (it concatenates them):
4747 // debian package version: <src_version>+<release_version>
4848 // debian package name: <src_version><release_version>
49- def sovtoken_deb_version = " 0.9.015.87 "
50- def sovtokenfees_deb_version = " 0.9.015.87 "
49+ def sovtoken_deb_version = " 0.9.11.88 "
50+ def sovtokenfees_deb_version = " 0.9.11.88 "
5151
5252 sh """
5353 cd ./devops/docker/ci/xenial/
Original file line number Diff line number Diff line change @@ -88,5 +88,5 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
8888ENTRYPOINT ["libsovtoken-ci-entrypoint.sh" ]
8989
9090
91- ENV LIBSOVTOKEN_CI_ENV_VERSION=0.33 .0
91+ ENV LIBSOVTOKEN_CI_ENV_VERSION=0.35 .0
9292
Original file line number Diff line number Diff line change 11[package ]
22name = " libsovtoken"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [
55 " Matt Raffel <matt.raffel@evernym.com" ,
66 " Stephen Felt <stephen.felt@evernym.com" ,
You can’t perform that action at this time.
0 commit comments