Skip to content

Commit e3fd427

Browse files
authored
Merge pull request #2 from denehoffman/release-plz-2024-09-05T22-28-19Z
chore: release v0.1.1
2 parents 8f83107 + fb98e89 commit e3fd427

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1](https://github.com/denehoffman/gitcal/compare/v0.1.0...v0.1.1) - 2024-09-06
10+
11+
### Other
12+
- Merge branch 'main' of github.com:denehoffman/gitcal
13+
- switch default amount of time and change --year to --ytd
14+
915
## [0.1.0](https://github.com/denehoffman/gitcal/releases/tag/v0.1.0) - 2024-09-05
1016

1117
### Added

Cargo.lock

+1-1
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.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "A CLI tool for calendar visualization"
66
documentation = "https://docs.rs/gitcal"

0 commit comments

Comments
 (0)