Skip to content

Commit aa96822

Browse files
chore: release v0.3.5 (#111)
## πŸ€– New release * `sqlite-compressions`: 0.3.4 -> 0.3.5 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.3.5](v0.3.4...v0.3.5) - 2025-06-07 ### Other - use CI RELEASE_PLZ_TOKEN to release bins - use CI RELEASE_PLZ_TOKEN to release bins - use release-plz CI token - add download counter to readme </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
1 parent ff681a9 commit aa96822

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.3.5](https://github.com/nyurik/sqlite-compressions/compare/v0.3.4...v0.3.5) - 2025-06-07
11+
12+
### Other
13+
14+
- use CI RELEASE_PLZ_TOKEN to release bins
15+
- use CI RELEASE_PLZ_TOKEN to release bins
16+
- use release-plz CI token
17+
- add download counter to readme

β€Ž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,6 +1,6 @@
11
[package]
22
name = "sqlite-compressions"
3-
version = "0.3.4" # This value is also used in the README.md
3+
version = "0.3.5"
44
description = "Compression, decompression, testing, diffing and patching functions for SQLite: gzip, brotli, bsdiff, ..."
55
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
repository = "https://github.com/nyurik/sqlite-compressions"

0 commit comments

Comments
Β (0)