Skip to content

Commit 092754e

Browse files
authored
chore: release v0.3.8 (#114)
## πŸ€– New release * `sqlite-compressions`: 0.3.7 -> 0.3.8 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.3.8](v0.3.7...v0.3.8) - 2025-08-23 ### Other - update dependencies ([#122](#122)) - format Cargo.toml, minor just cleanup ([#121](#121)) - [pre-commit.ci] pre-commit autoupdate ([#118](#118)) - use release-plz token in dependabot ci </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent ab44613 commit 092754e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.8](https://github.com/nyurik/sqlite-compressions/compare/v0.3.7...v0.3.8) - 2025-08-23
11+
12+
### Other
13+
14+
- update dependencies ([#122](https://github.com/nyurik/sqlite-compressions/pull/122))
15+
- format Cargo.toml, minor just cleanup ([#121](https://github.com/nyurik/sqlite-compressions/pull/121))
16+
- [pre-commit.ci] pre-commit autoupdate ([#118](https://github.com/nyurik/sqlite-compressions/pull/118))
17+
- use release-plz token in dependabot ci
18+
1019
## [0.3.7](https://github.com/nyurik/sqlite-compressions/compare/v0.3.6...v0.3.7) - 2025-06-08
1120

1221
### Other

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlite-compressions"
33
# This value is also used in the README.md
4-
version = "0.3.7"
4+
version = "0.3.8"
55
description = "Compression, decompression, testing, diffing and patching functions for SQLite: gzip, brotli, bsdiff, ..."
66
authors = ["Yuri Astrakhan <[email protected]>"]
77
repository = "https://github.com/nyurik/sqlite-compressions"

0 commit comments

Comments
Β (0)