Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
1 parent a67cb62 commit 54f6380
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

12 changes: 12 additions & 0 deletions hdate/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.1.1](https://github.com/hebcal/hebcal-rs/compare/hdate-v0.1.0...hdate-v0.1.1) - 2024-04-04

### Other
- updated the following local packages: hdate_core
2 changes: 1 addition & 1 deletion hdate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ version = { workspace = true }

[dependencies]
chrono = { workspace = true }
hdate_core = { path = "../hdate_core", version = "0.1.0" }
hdate_core = { path = "../hdate_core", version = "0.1.1" }
14 changes: 14 additions & 0 deletions hdate_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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/hebcal/hebcal-rs/compare/hdate_core-v0.1.0...hdate_core-v0.1.1) - 2024-04-04

### Other
- Publish automatically to crates.io ([#6](https://github.com/hebcal/hebcal-rs/pull/6))
- Rename to hdate_core ([#5](https://github.com/hebcal/hebcal-rs/pull/5))
- Better readme ([#3](https://github.com/hebcal/hebcal-rs/pull/3))
2 changes: 1 addition & 1 deletion hdate_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = { workspace = true }
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }
version = "0.1.0"
version = "0.1.1"


[dependencies]
Expand Down

0 comments on commit 54f6380

Please sign in to comment.