mirror of
https://github.com/daywalker90/summars.git
synced 2026-08-13 12:33:21 +02:00
release v6.2.3
This commit is contained in:
parent
f73a50da87
commit
29ca7643e5
4 changed files with 9 additions and 3 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [6.2.3] - 2026-07-09
|
||||
|
||||
### Changed
|
||||
- updated dependencies
|
||||
- vendor `protoc` for building with `hold` feature
|
||||
|
||||
## [6.2.2] - 2026-04-19
|
||||
|
||||
### Added
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1528,7 +1528,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|||
|
||||
[[package]]
|
||||
name = "summars"
|
||||
version = "6.2.2"
|
||||
version = "6.2.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "summars"
|
||||
version = "6.2.2"
|
||||
version = "6.2.3"
|
||||
edition = "2024"
|
||||
rust-version = "1.85.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
plugin:
|
||||
name: summars
|
||||
version: 6.2.2
|
||||
version: 6.2.3
|
||||
lang: rust
|
||||
install: |
|
||||
cargo build --release && cp target/release/summars . && cargo clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue