File tree Expand file tree Collapse file tree 5 files changed +20
-11
lines changed
Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ * ` stellar-base ` changelog: [ base/CHANGELOG.md] ( https://github.com/astroband/ruby-stellar-sdk/blob/main/base/CHANGELOG.md )
4+ * ` stellar-sdk ` changelog: [ sdk/CHANGELOG.md] ( https://github.com/astroband/ruby-stellar-sdk/blob/main/sdk/CHANGELOG.md )
Original file line number Diff line number Diff line change 11PATH
22 remote: base
33 specs:
4- stellar-base (0.27 .0 )
4+ stellar-base (0.28 .0 )
55 activesupport (>= 5.0.0 , < 7.0 )
66 base32 (>= 0.3.0 , < 1.0 )
77 digest-crc (>= 0.5.0 , < 1.0 )
1111PATH
1212 remote: sdk
1313 specs:
14- stellar-sdk (0.27 .0 )
14+ stellar-sdk (0.28 .0 )
1515 activesupport (>= 5.0.0 , < 7.0 )
1616 excon (>= 0.71.0 , < 1.0 )
1717 hyperclient (>= 0.7.0 , < 2.0 )
18- stellar-base (= 0.27 .0 )
18+ stellar-base (= 0.28 .0 )
1919 toml-rb (>= 1.1.1 , < 3.0 )
2020
2121GEM
7373 faraday_middleware (1.0.0 )
7474 faraday (~> 1.0 )
7575 ffi (1.15.0 )
76- ffi (1.15.0-java )
7776 formatador (0.2.5 )
7877 gem-release (2.2.2 )
7978 guard (2.16.2 )
121120 pry (0.14.1 )
122121 coderay (~> 1.1 )
123122 method_source (~> 1.0 )
124- pry (0.14.1-java )
125- coderay (~> 1.1 )
126- method_source (~> 1.0 )
127- spoon (~> 0.0 )
128123 pry-doc (1.1.0 )
129124 pry (~> 0.11 )
130125 yard (~> 0.9.11 )
181176 simplecov-html (0.12.3 )
182177 simplecov_json_formatter (0.1.3 )
183178 slop (3.6.0 )
184- spoon (0.0.6 )
185- ffi
186179 standard (1.1.5 )
187180 rubocop (= 1.18.3 )
188181 rubocop-performance (= 1.11.4 )
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77As this project is pre 1.0, breaking changes may happen for minor version
88bumps. A breaking change will get clearly notified in this log.
99
10+ ## [ 0.28.0] ( https://www.github.com/astroband/ruby-stellar-sdk/compare/v0.27.0...v0.28.0 ) (2021-07-17)
11+
12+ ### Features
13+
14+ * support muxed accounts in tx builder ([ #162 ] ( https://www.github.com/astroband/ruby-stellar-sdk/issues/162 ) ) ([ 37cd954] ( https://www.github.com/astroband/ruby-stellar-sdk/commit/37cd954f92c7999a74ca779e795dde74a3d71aad ) )
15+
1016## [ 0.27.0] ( https://github.com/astroband/ruby-stellar-sdk/compare/v0.26.0...v0.27.0 ) (2021-05-08)
1117
1218### Features
Original file line number Diff line number Diff line change 11module Stellar
2- VERSION = "0.27 .0"
2+ VERSION = "0.28 .0"
33end
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 0.28.0] ( https://www.github.com/astroband/ruby-stellar-sdk/compare/v0.27.0...v0.28.0 ) (2021-07-17)
9+
10+ ### Changed
11+ * ` Stellar::Account ` class is now part of ` stellar-base ` gem
12+ * ` Stellar::Account.lookup ` is deprecated, use ` Stellar::Federation.lookup ` instead
13+
814## [ 0.27.0] ( https://github.com/astroband/ruby-stellar-sdk/compare/v0.26.0...v0.27.0 ) (2021-05-08)
915- No changes
1016
You can’t perform that action at this time.
0 commit comments