Skip to content

Commit 3d24344

Browse files
committed
Update CHANGELOG.md for version 0.13.0 release, including reqwest version bump to 0.13 and Rust 2024 edition update. Modify README.md to reflect the new version in dependencies.
1 parent d621ae8 commit 3d24344

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ 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.1...develop) - ReleaseDate
8+
## [Unreleased](https://github.com/mibes/couch-rs/compare/0.13.0...develop) - ReleaseDate
9+
10+
## [0.13] - 2026-01-26
11+
12+
### Changed
13+
14+
- Bump `reqwest` to version 0.13 and default to `rustls`
15+
- Updated to Rust 2024 edition
916

1017
## [0.12.1] - 2025-08-05
1118

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you need to use the system's native TLS implementation instead (for example,
100100

101101
```toml
102102
[dependencies]
103-
couch_rs = { version = "0.12", default-features = false, features = ["derive", "native-tls"] }
103+
couch_rs = { version = "0.13", default-features = false, features = ["derive", "native-tls"] }
104104
```
105105

106106
Available TLS feature options (choose one):

0 commit comments

Comments
 (0)