Skip to content

Commit

Permalink
chore(main): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Dec 5, 2023
1 parent 50c54c0 commit a9a030a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.1](https://github.com/b1rger/carl/compare/v0.1.0...v0.1.1) (2023-12-05)


### Bug Fixes

* **cargo:** update metadata in Cargo.toml ([42159e1](https://github.com/b1rger/carl/commit/42159e1ef57e9eee4db468da9e4d47e0ff7c3b72))
* don't crash when dealing with weekly events ([5108474](https://github.com/b1rger/carl/commit/5108474b2fa6b198d32990433bc6285b0e344eaa)), closes [#46](https://github.com/b1rger/carl/issues/46)
* unnecessarily eager cloning of iterator items ([bdc334b](https://github.com/b1rger/carl/commit/bdc334b524b9fb573051d35574137bbc98670fd6))

## [0.1.0](https://github.com/b1rger/carl/compare/v0.0.4...v0.1.0) (2023-07-29)


Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
[package]
name = "carl"
version = "0.1.0"
version = "0.1.1"
authors = ["Birger Schacht <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit a9a030a

Please sign in to comment.