Skip to content

Commit 51f34d7

Browse files
committed
Release 0.2.0
1 parent ef96042 commit 51f34d7

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.2.0] - 2025-10-25
6+
57
### Added
68

79
- Hexadecimal (`0x...`) and binary (`0b...`) integer literal notation.
@@ -26,5 +28,6 @@
2628

2729
- Initial release.
2830

29-
[unreleased]: https://github.com/joefreeman/quiver/compare/v0.1.0...HEAD
31+
[unreleased]: https://github.com/joefreeman/quiver/compare/v0.2.0...HEAD
32+
[0.2.0]: https://github.com/joefreeman/quiver/compare/v0.1.0...v0.2.0
3033
[0.1.0]: https://github.com/joefreeman/quiver/releases/tag/v0.1.0

Cargo.lock

Lines changed: 6 additions & 6 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 @@ members = ["quiver-core", "quiver-compiler", "quiver-environment", "quiver-cli",
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2024"
88

99
[workspace.dependencies]

0 commit comments

Comments
 (0)