Skip to content

Commit 37bce5e

Browse files
authored
chore: Release v0.4.1 (#378)
1 parent fe2dbee commit 37bce5e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99
### Changed
10+
### Added
11+
### Fixes
12+
13+
## [0.4.1] - 2023-05-25
14+
### Changed
1015
- partiql-extension-ion-functions : Made `IonExtension` `pub`
1116
### Added
1217
### Fixes
@@ -138,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138143
- PartiQL Playground proof of concept (POC)
139144
- PartiQL CLI with REPL and query visualization features
140145

141-
[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.4.0...HEAD
146+
[Unreleased]: https://github.com/partiql/partiql-lang-rust/compare/v0.4.1...HEAD
147+
[0.4.1]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.4.1
142148
[0.4.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.4.0
143149
[0.3.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.3.0
144150
[0.2.0]: https://github.com/partiql/partiql-lang-rust/releases/tag/v0.2.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["PartiQL Team <[email protected]>"]
33
homepage = "https://github.com/partiql/partiql-lang-rust"
44
repository = "https://github.com/partiql/partiql-lang-rust"
5-
version = "0.4.0"
5+
version = "0.4.1"
66
edition = "2021"
77

88
[workspace]

0 commit comments

Comments
 (0)