Skip to content

Commit 9eae038

Browse files
chore: release main (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 401ba22 commit 9eae038

File tree

6 files changed

+33
-7
lines changed

6 files changed

+33
-7
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"crates/nixpkgs-track": "0.3.0",
3-
"crates/nixpkgs-track_lib": "0.3.0"
2+
"crates/nixpkgs-track": "0.5.0",
3+
"crates/nixpkgs-track_lib": "0.5.0"
44
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nixpkgs-track/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/uncenter/nixpkgs-track/compare/v0.3.0...v0.5.0) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* support tracking stable branches ([#14](https://github.com/uncenter/nixpkgs-track/issues/14)) ([44937e8](https://github.com/uncenter/nixpkgs-track/commit/44937e8126698f70549510e8ee311e6a5fcb4f8c))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release v0.5.0 ([401ba22](https://github.com/uncenter/nixpkgs-track/commit/401ba220662d2c4698724ec9f87e05890ac2d5ed))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* nixpkgs-track_lib bumped from 0.2.0 to 0.5.0
21+
322
## [0.3.0](https://github.com/uncenter/nixpkgs-track/compare/v0.2.0...v0.3.0) (2025-05-23)
423

524

crates/nixpkgs-track/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nixpkgs-track"
3-
version = "0.3.0"
3+
version = "0.5.0"
44
authors.workspace = true
55
license.workspace = true
66
description.workspace = true
@@ -18,7 +18,7 @@ serde = "1.0.217"
1818
yansi = { version = "1.0.1", features = ["hyperlink"] }
1919
nixpkgs-track_lib = { path = "../nixpkgs-track_lib", features = [
2020
"miette",
21-
], version = "0.2.0" }
21+
], version = "0.5.0" }
2222
reqwest = { version = "0.12.12", features = ["json"] }
2323
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "time"] }
2424
serde_json = "1.0.135"

crates/nixpkgs-track_lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/uncenter/nixpkgs-track/compare/nixpkgs-track_lib-v0.3.0...nixpkgs-track_lib-v0.5.0) (2026-01-09)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release v0.5.0 ([401ba22](https://github.com/uncenter/nixpkgs-track/commit/401ba220662d2c4698724ec9f87e05890ac2d5ed))
9+
310
## [0.3.0](https://github.com/uncenter/nixpkgs-track/compare/nixpkgs-track_lib-v0.2.0...nixpkgs-track_lib-v0.3.0) (2026-01-09)
411

512

crates/nixpkgs-track_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nixpkgs-track_lib"
3-
version = "0.3.0"
3+
version = "0.5.0"
44
authors.workspace = true
55
license.workspace = true
66
description.workspace = true

0 commit comments

Comments
 (0)