Skip to content

Commit 5d3e8f4

Browse files
committed
chore(release): bump to v0.1.8
1 parent 6b56d9d commit 5d3e8f4

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.8] - 2026-03-02
11+
12+
### Changed
13+
14+
- Version bump to verify end-to-end release pipeline (Cargo.toml → crates.io)
15+
1016
## [0.1.7] - 2026-03-02
1117

1218
### Fixed
@@ -157,7 +163,8 @@ Both crates are functional and well-tested, but APIs may evolve based on communi
157163

158164
---
159165

160-
[Unreleased]: https://github.com/greysquirr3l/stygian/compare/v0.1.7...HEAD
166+
[Unreleased]: https://github.com/greysquirr3l/stygian/compare/v0.1.8...HEAD
167+
[0.1.8]: https://github.com/greysquirr3l/stygian/compare/v0.1.7...v0.1.8
161168
[0.1.7]: https://github.com/greysquirr3l/stygian/compare/v0.1.6...v0.1.7
162169
[0.1.6]: https://github.com/greysquirr3l/stygian/compare/v0.1.5...v0.1.6
163170
[0.1.5]: https://github.com/greysquirr3l/stygian/compare/v0.1.4...v0.1.5

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
]
77

88
[workspace.package]
9-
version = "0.1.7"
9+
version = "0.1.8"
1010
edition = "2024"
1111
rust-version = "1.93.1"
1212
authors = ["Nick Campbell <s0ma@protonmail.com>"]

0 commit comments

Comments
 (0)