Skip to content

Commit d2161bf

Browse files
github-actions[bot]b1rger
authored andcommitted
chore(main): release 0.1.0
1 parent f07fdf7 commit d2161bf

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/b1rger/carl/compare/v0.0.4...v0.1.0) (2023-07-29)
4+
5+
6+
### Features
7+
8+
* add new date properties ([0e2b0ee](https://github.com/b1rger/carl/commit/0e2b0eef58868b3f3b1e51ac5293838b7b7c0d15))
9+
* **dependencies:** update clap to 4.0.0 ([7caaf64](https://github.com/b1rger/carl/commit/7caaf6403703020353235a934a58c02fa184964e))
10+
11+
12+
### Bug Fixes
13+
14+
* **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)
15+
* **dependencies:** use chrono without standard features ([bd913f8](https://github.com/b1rger/carl/commit/bd913f89b9b3b7336a0b8298cb0f5bdff66fb143)), closes [#9](https://github.com/b1rger/carl/issues/9)
16+
* **doc:** update default.theme link in README ([bdabdf2](https://github.com/b1rger/carl/commit/bdabdf229560402496c0575b7ec990eab9d0949d))
17+
318
## [0.0.4](https://github.com/b1rger/carl/compare/0.0.3...v0.0.4) (2023-07-03)
419

520

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
[package]
44
name = "carl"
5-
version = "0.0.4"
5+
version = "0.1.0"
66
authors = ["Birger Schacht <[email protected]>"]
77
edition = "2021"
88
license = "MIT"

0 commit comments

Comments
 (0)