Skip to content

Commit

Permalink
Bump version to 0.10.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Jun 17, 2023
1 parent 41763a4 commit c8bb915
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "electrs"
version = "0.9.14"
version = "0.10.0-rc.1"
authors = ["Roman Zeyde <[email protected]>"]
description = "An efficient re-implementation of Electrum Server in Rust"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.10.0-rc.1 (TBD)

* Bump MSRV to 1.63.0 and update Rust edition to 2021 (#773)
* Update dependencies (`anyhow`, `configure_me_codegen`, `electrs-rocksdb`, `env_logger`, `parking_lot`, `prometheus`, `rayon`, `serde`, `serde_derive`, `serde_json`)
- Please note that [dynamic linking with RocksDB](doc/install.md) now requires [RocksDB 7.8.3](https://packages.debian.org/bookworm/librocksdb-dev) (instead of 6.11.4)!

# 0.9.14 (Jun 10 2023)

* Fix 'server.version' support for version range (#887)
Expand Down

0 comments on commit c8bb915

Please sign in to comment.