Skip to content

Commit 1d33045

Browse files
committed
Release 0.3.0
1 parent 1b9732e commit 1d33045

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.3.0] - 2025-10-31
6+
57
### Added
68

79
- Added support for matching against types with the pin operator (`... ~> ^int`, `... ~> ^(A[int] | B[bin])`).
@@ -58,7 +60,8 @@
5860

5961
- Initial release.
6062

61-
[unreleased]: https://github.com/joefreeman/quiver/compare/v0.2.1...HEAD
63+
[unreleased]: https://github.com/joefreeman/quiver/compare/v0.3.0...HEAD
64+
[0.3.0]: https://github.com/joefreeman/quiver/compare/v0.2.1...v0.3.0
6265
[0.2.1]: https://github.com/joefreeman/quiver/compare/v0.2.0...v0.2.1
6366
[0.2.0]: https://github.com/joefreeman/quiver/compare/v0.1.0...v0.2.0
6467
[0.1.0]: https://github.com/joefreeman/quiver/releases/tag/v0.1.0

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.2.1"
6+
version = "0.3.0"
77
edition = "2024"
88

99
[workspace.dependencies]

0 commit comments

Comments
 (0)