File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
### Changed
10
+ ### Added
11
+ ### Fixes
12
+
13
+ ## [ 0.4.1] - 2023-05-25
14
+ ### Changed
10
15
- partiql-extension-ion-functions : Made ` IonExtension ` ` pub `
11
16
### Added
12
17
### Fixes
@@ -138,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138
143
- PartiQL Playground proof of concept (POC)
139
144
- PartiQL CLI with REPL and query visualization features
140
145
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
142
148
[ 0.4.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.4.0
143
149
[ 0.3.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.3.0
144
150
[ 0.2.0 ] : https://github.com/partiql/partiql-lang-rust/releases/tag/v0.2.0
Original file line number Diff line number Diff line change 2
2
authors = [
" PartiQL Team <[email protected] >" ]
3
3
homepage = " https://github.com/partiql/partiql-lang-rust"
4
4
repository = " https://github.com/partiql/partiql-lang-rust"
5
- version = " 0.4.0 "
5
+ version = " 0.4.1 "
6
6
edition = " 2021"
7
7
8
8
[workspace ]
You can’t perform that action at this time.
0 commit comments