Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: release-tokens-johnallen3d[bot] <144028754+release-tokens-johnallen3d[bot]@users.noreply.github.com>
  • Loading branch information
release-tokens-johnallen3d[bot] authored and johnallen3d committed Jan 6, 2024
1 parent c09efd0 commit 5d84618
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
members = ["cli", "lib"]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["John Allen <[email protected]"]
homepage = "https://github.com/johnallen3d/conditions"
Expand Down
12 changes: 12 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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.3.0](https://github.com/johnallen3d/conditions/compare/conditions-cli-v0.2.0...conditions-cli-v0.3.0) - 2024-01-06

### Added
- split CLI and library into separate crates ([#166](https://github.com/johnallen3d/conditions/pull/166))
12 changes: 12 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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.3.0](https://github.com/johnallen3d/conditions/compare/conditions-v0.2.0...conditions-v0.3.0) - 2024-01-06

### Added
- split CLI and library into separate crates ([#166](https://github.com/johnallen3d/conditions/pull/166))

0 comments on commit 5d84618

Please sign in to comment.