File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased] ( https://github.com/mibes/couch-rs/compare/0.12.0...develop ) - ReleaseDate
8+ ## [ Unreleased] ( https://github.com/mibes/couch-rs/compare/0.12.1...develop ) - ReleaseDate
9+
10+ ## [ 0.12.1] - 2025-08-05
11+
12+ ### Changed
13+
14+ - Enhance ` ChangesStream ` with ` Send ` and ` Sync ` bounds
915
1016## [ 0.12.0] - 2025-01-08
1117
@@ -23,7 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2329
2430- Clippy suggestions fixed
2531
26-
2732## [ 0.10.1] - 2024-05-06
2833
2934### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " couch_rs"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [
55 " Mathieu Amiot <mathieu.amiot@yellowinnovation.fr>" ,
66 " Marcel Ibes <mibes@mibesco.com>" ,
@@ -18,7 +18,7 @@ include = ["**/*.rs", "Cargo.toml"]
1818[dependencies ]
1919serde = { version = " 1" , features = [" derive" ] }
2020serde_json = " 1"
21- couch_rs_derive = { version = " 0.12.0 " , optional = true , path = " ../couch_rs_derive" }
21+ couch_rs_derive = { version = " 0.12.1 " , optional = true , path = " ../couch_rs_derive" }
2222url = " 2"
2323tokio = { version = " ^1.32" , features = [" rt-multi-thread" ] }
2424base64 = " 0.22"
Original file line number Diff line number Diff line change 11[package ]
22name = " couch_rs_derive"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44authors = [" Marcel Ibes <mibes@mibesco.com>" ]
55license = " MIT/Apache-2.0"
66description = " CouchDB library for Rust"
You can’t perform that action at this time.
0 commit comments