Skip to content

Commit

Permalink
Merge pull request #1 from westonpace/release-plz-2024-01-13T05-59-46Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
westonpace committed Jan 13, 2024
2 parents ac76bad + 4976f0a commit 9cb744e
Show file tree
Hide file tree
Showing 4 changed files with 32 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.0"
version = "0.1.1"
edition = "2021"
authors = ["Weston Pace <[email protected]>"]
license = "Apache-2.0"
Expand Down
7 changes: 7 additions & 0 deletions substrait-expr-funcgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

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]
7 changes: 7 additions & 0 deletions substrait-expr-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

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]
17 changes: 17 additions & 0 deletions substrait-expr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

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.1.1](https://github.com/westonpace/substrait-expr/compare/substrait-expr-v0.1.0...substrait-expr-v0.1.1) - 2024-01-13

### Fixed
- minor fix to bug in doctest

### Other
- combined the various registry objects into a single extensions registry
- modify build process so substrait-expr could publish
- Initial commit

0 comments on commit 9cb744e

Please sign in to comment.