This repository was archived by the owner on Sep 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,21 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
66As this project is pre 1.0, breaking changes may happen for minor version
77bumps. A breaking change will get clearly notified in this log.
88
9- ## [ 0.21.0] ( https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.21.0...v0.20.0 ) - 2019-10-04
9+ ## [ 0.22.0] ( https://github.com/stellar/ruby-stellar-base/compare/v0.21.0...v0.22.0 ) - 2020-03-26
10+ ### Added
11+ - Add TransactionBuilder ([ #54 ] ( https://github.com/stellar/ruby-stellar-base/issues/54 ) )
12+
13+ ### Changed
14+ - Regenerate XDR files ([ #57 ] ( https://github.com/stellar/ruby-stellar-base/issues/57 ) )
15+ - Allow asset objects to be passed instead of list of parameters ([ #59 ] ( https://github.com/stellar/ruby-stellar-base/issues/59 ) )
16+
17+ ## [ 0.21.0] ( https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.20.0...v0.21.0 ) - 2019-10-04
1018### Changed
1119- [ Stellar Protocol 12 compatibility] ( https://github.com/bloom-solutions/ruby-stellar-base/pull/51 ) .
1220 - XDR changes for path payment
1321 - constant renames, which may cause breaking changes if referred to directly
1422
15- ## [ 0.20.0] ( https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.20 .0...v0.19 .0 ) - 2019-05-22
23+ ## [ 0.20.0] ( https://github.com/bloom-solutions/ruby-stellar-base/compare/v0.19 .0...v0.20 .0 ) - 2019-05-22
1624### Added
1725- Stellar Protocol 11 compatibility (#48 )
1826 - XDR changes for [ CAP-0006 Buy Offers] ( https://github.com/stellar/stellar-protocol/blob/master/core/cap-0006.md )
Original file line number Diff line number Diff line change 11module Stellar
22 module Base
3- VERSION = "0.21 .0"
3+ VERSION = "0.22 .0"
44 end
55end
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77 spec . authors = [ "Scott Fleckenstein" ]
88 spec . email = [ "scott@stellar.org" ]
99 spec . summary = %q{Stellar client library: XDR}
10- spec . homepage = "https://github.com/bloom-solutions /ruby-stellar-base"
10+ spec . homepage = "https://github.com/stellar /ruby-stellar-base"
1111 spec . license = "Apache 2.0"
1212
1313 spec . files = `git ls-files -z` . split ( "\x0 " )
You can’t perform that action at this time.
0 commit comments