Skip to content

Commit d1c88d5

Browse files
chaliyclaude
andauthored
chore(release): prepare v0.1.1 (#16)
## What Patch release v0.1.1 — bumps version and updates CHANGELOG. ## Why Ship the periodic maintenance changes (dependency updates, docs improvements, maintenance spec) as a patch release. ## How - Bumped workspace version 0.1.0 → 0.1.1 in root Cargo.toml - Updated fetchkit dependency version in fetchkit-cli/Cargo.toml - Added v0.1.1 section to CHANGELOG.md with highlights and change list ## Risk - Low - Version bump only; no code changes ### Checklist - [x] Unit tests are passed - [x] Smoke tests are passed - [x] Documentation is updated - [x] Specs are up to date and not in conflict https://claude.ai/code/session_01Uhzv81dN2M8zqGVJUnKhGY Co-authored-by: Claude <noreply@anthropic.com>
1 parent c2e7985 commit d1c88d5

4 files changed

Lines changed: 21 additions & 6 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-02-12
11+
12+
### Highlights
13+
14+
- Updated dependencies to latest versions
15+
- Added maintenance spec for periodic upkeep
16+
- Documentation improvements
17+
18+
### What's Changed
19+
20+
* chore: periodic maintenance - update deps, docs, and add maintenance spec ([#15](https://github.com/everruns/fetchkit/pull/15)) by @chaliy
21+
22+
**Full Changelog**: https://github.com/everruns/fetchkit/compare/v0.1.0...v0.1.1
23+
1024
## [0.1.0] - 2026-02-12
1125

1226
### Highlights
@@ -30,5 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3044

3145
**Full Changelog**: https://github.com/everruns/fetchkit/commits/v0.1.0
3246

33-
[Unreleased]: https://github.com/everruns/fetchkit/compare/v0.1.0...HEAD
47+
[Unreleased]: https://github.com/everruns/fetchkit/compare/v0.1.1...HEAD
48+
[0.1.1]: https://github.com/everruns/fetchkit/compare/v0.1.0...v0.1.1
3449
[0.1.0]: https://github.com/everruns/fetchkit/releases/tag/v0.1.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
license = "MIT"
99
authors = ["Everruns"]

crates/fetchkit-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "fetchkit"
1515
path = "src/main.rs"
1616

1717
[dependencies]
18-
fetchkit = { path = "../fetchkit", version = "0.1.0" }
18+
fetchkit = { path = "../fetchkit", version = "0.1.1" }
1919
tokio = { workspace = true }
2020
clap = { workspace = true }
2121
serde = { workspace = true }

0 commit comments

Comments
 (0)