Skip to content

Commit 8876644

Browse files
chore: release v0.1.2
1 parent 779fa4d commit 8876644

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/denehoffman/gitcal/compare/v0.1.1...v0.1.2) - 2025-01-05
10+
11+
### Added
12+
13+
- add argument and remove similar args
14+
15+
### Fixed
16+
17+
- merge README
18+
- switch to [jiff](https://github.com/BurntSushi/jiff)
19+
20+
### Other
21+
22+
- allow release to be manually created
23+
924
## [0.1.1](https://github.com/denehoffman/gitcal/compare/v0.1.0...v0.1.1) - 2024-09-06
1025

1126
### Other

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitcal"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "A CLI tool for calendar visualization"
66
documentation = "https://docs.rs/gitcal"

0 commit comments

Comments
 (0)