Skip to content

Commit 794981f

Browse files
github-actions[bot]nebolsin
authored andcommitted
chore: release 0.28.0
1 parent 37cd954 commit 794981f

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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)

Gemfile.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)
@@ -11,11 +11,11 @@ PATH
1111
PATH
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

2121
GEM
@@ -73,7 +73,6 @@ GEM
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)
@@ -121,10 +120,6 @@ GEM
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)
@@ -181,8 +176,6 @@ GEM
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)

base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
As this project is pre 1.0, breaking changes may happen for minor version
88
bumps. 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

base/lib/stellar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Stellar
2-
VERSION = "0.27.0"
2+
VERSION = "0.28.0"
33
end

sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

0 commit comments

Comments
 (0)