Skip to content

Commit 6b345bf

Browse files
chore: release v0.3.0
1 parent fe7ba57 commit 6b345bf

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.0](https://github.com/alex289/git-commit-stats/compare/v0.2.0...v0.3.0) - 2025-03-04
10+
11+
### Added
12+
13+
- print "no contribution" instead of quit
14+
15+
### Fixed
16+
17+
- commit_stats panics if user is not a contributor
18+
19+
### Other
20+
21+
- Merge branch 'main' into panic-fix
22+
- consistent style when printing user_name
23+
- [**breaking**] del a test for get_commit_stats
24+
925
## [0.2.0](https://github.com/alex289/git-commit-stats/compare/v0.1.23...v0.2.0) - 2025-03-03
1026

1127
### Other

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-commit-stats"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["Alexander Konietzko <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)