Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Jan 23, 2024
2 parents 2df9f77 + ac08abf commit 5677b21
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["substrait-expr", "substrait-expr-funcgen", "substrait-expr-macros"]
resolver = "2"

[workspace.package]
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Weston Pace <[email protected]>"]
license = "Apache-2.0"
Expand Down
5 changes: 5 additions & 0 deletions substrait-expr-funcgen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/westonpace/substrait-expr/compare/substrait-expr-funcgen-v0.1.1...substrait-expr-funcgen-v0.2.0) - 2024-01-23

### Added
- add initial hacky support for impls with templated args
5 changes: 5 additions & 0 deletions substrait-expr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/westonpace/substrait-expr/compare/substrait-expr-v0.1.1...substrait-expr-v0.2.0) - 2024-01-23

### Added
- add initial hacky support for impls with templated args

## [0.1.1](https://github.com/westonpace/substrait-expr/compare/substrait-expr-v0.1.0...substrait-expr-v0.1.1) - 2024-01-13

### Fixed
Expand Down

0 comments on commit 5677b21

Please sign in to comment.