Skip to content

Commit 6afe5d0

Browse files
committed
Prepare 0.12.1 release
1 parent cb02e96 commit 6afe5d0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

couch_rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "couch_rs"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = [
55
"Mathieu Amiot <mathieu.amiot@yellowinnovation.fr>",
66
"Marcel Ibes <mibes@mibesco.com>",
@@ -18,7 +18,7 @@ include = ["**/*.rs", "Cargo.toml"]
1818
[dependencies]
1919
serde = { version = "1", features = ["derive"] }
2020
serde_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" }
2222
url = "2"
2323
tokio = { version = "^1.32", features = ["rt-multi-thread"] }
2424
base64 = "0.22"

couch_rs_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "couch_rs_derive"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Marcel Ibes <mibes@mibesco.com>"]
55
license = "MIT/Apache-2.0"
66
description = "CouchDB library for Rust"

0 commit comments

Comments
 (0)