Skip to content

Commit

Permalink
chore: Bump version to v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed May 6, 2021
1 parent 311a8d1 commit 210550f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [v0.41.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.40.0...v0.41.0) (2021-05-06)


### Features

* add generate_block_with_template RPC ([311a8d1](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/311a8d1))
* implement get_cells_capacity api ([a4ade40](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/a4ade40))
* support search key filter ([50d7ebb](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/50d7ebb))



# [v0.40.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.39.0...v0.40.0) (2021-03-10)


Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ckb-sdk-ruby (0.40.0)
ckb-sdk-ruby (0.41.0)
bitcoin-secp256k1 (~> 0.5.2)
net-http-persistent (~> 4.0.1)
rbnacl (~> 7.1.1)
Expand All @@ -13,7 +13,7 @@ GEM
bitcoin-secp256k1 (0.5.2)
ffi (>= 1.9.25)
coderay (1.1.2)
connection_pool (2.2.3)
connection_pool (2.2.5)
diff-lcs (1.3)
ffi (1.15.0)
jaro_winkler (1.5.2)
Expand Down
14 changes: 4 additions & 10 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# [v0.40.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.39.0...v0.40.0) (2021-03-10)
# [v0.41.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.40.0...v0.41.0) (2021-05-06)


### Features

* add serialized_size_without_uncle_proposals ([43f5077](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/43f5077))
* deprecate get_cellbase_output_capacity_details and get_peers_state RPC ([2475550](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/2475550))


### Performance Improvements

* byte32 serializer ([9574a5e](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/9574a5e))
* bytes serializer ([9193fc9](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/9193fc9))
* output data serializer ([5c8e82e](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/5c8e82e))
* add generate_block_with_template RPC ([311a8d1](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/311a8d1))
* implement get_cells_capacity api ([a4ade40](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/a4ade40))
* support search key filter ([50d7ebb](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/50d7ebb))
2 changes: 1 addition & 1 deletion lib/ckb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CKB
VERSION = "0.40.0"
VERSION = "0.41.0"
end

0 comments on commit 210550f

Please sign in to comment.