Skip to content

Commit

Permalink
Merge pull request #9 from stellar/v3.0.1
Browse files Browse the repository at this point in the history
v3.0.1
  • Loading branch information
abuiles authored May 28, 2020
2 parents 1884cc1 + 2018b2a commit 3819098
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Changelog
# Changelog

All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).

As this project is pre 1.0, breaking changes may happen for minor version
bumps. A breaking change will get clearly notified in this log.

## [Unreleased](https://github.com/stellar/ruby-stellar-base/compare/v1.0.0...master)
## [Unreleased](https://github.com/stellar/ruby-xdr/compare/v3.0.1...master)

## [3.0.1](https://github.com/stellar/ruby-xdr/compare/v3.0.0...v3.0.1)


### Added
- Add encoding parameter to Union#to_xdr ((#7)[https://github.com/stellar/ruby-xdr/pull/7]).

### Fixed
- Padding bytes are now properly validated when reading xdr values. According to the XDR spec, padding must be zeros.

## [1.0.0](https://github.com/stellar/ruby-stellar-base/compare/v0.1.0...v1.0.0)
## [1.0.0](https://github.com/stellar/ruby-xdr/compare/v0.1.0...v1.0.0)

### Added
- the `to_xdr` helpers can take a second parameter that will encode the resulting output to hex or base64 when requested.
Expand Down
2 changes: 1 addition & 1 deletion lib/xdr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XDR
VERSION = "3.0.0"
VERSION = "3.0.1"
end
2 changes: 1 addition & 1 deletion xdr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport", ">= 5.2.0"
spec.add_dependency "activemodel", ">= 5.2.0"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.1"
spec.add_development_dependency "guard-rspec"
Expand Down

0 comments on commit 3819098

Please sign in to comment.