Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 29, 2023
1 parent 62b0ef7 commit e0ec66c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* **dependencies:** update clap to 4.0.0 ([7caaf64](https://github.com/b1rger/carl/commit/7caaf6403703020353235a934a58c02fa184964e))


### Bug Fixes

* **dependencies:** move from nu_ansi_term to anstyle ([56bbd91](https://github.com/b1rger/carl/commit/56bbd91caec0273030fa78da7f4f24f5eaba8e17)), closes [#13](https://github.com/b1rger/carl/issues/13)
* **dependencies:** use chrono without standard features ([bd913f8](https://github.com/b1rger/carl/commit/bd913f89b9b3b7336a0b8298cb0f5bdff66fb143)), closes [#9](https://github.com/b1rger/carl/issues/9)
* **doc:** update default.theme link in README ([bdabdf2](https://github.com/b1rger/carl/commit/bdabdf229560402496c0575b7ec990eab9d0949d))

## [0.0.4](https://github.com/b1rger/carl/compare/0.0.3...v0.0.4) (2023-07-03)


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.0.4"
version = "0.1.0"
authors = ["Birger Schacht <birger@rantanplan.org>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit e0ec66c

Please sign in to comment.