Skip to content

Commit

Permalink
chore: release (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 4, 2024
1 parent f5c13ea commit c9b3b6d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/jdrouet/git-metrics/compare/v0.1.1...v0.1.2) - 2024-06-04

### Added
- create diff command ([#31](https://github.com/jdrouet/git-metrics/pull/31))

### Fixed
- update metric format to follow prometheus

### Other
- update local refs and service ([#30](https://github.com/jdrouet/git-metrics/pull/30))
- move cli logic to service
- rename Bakend proto
- remove stderr from executor
- rename repository to backend

## [0.1.1](https://github.com/jdrouet/git-metrics/compare/v0.1.0...v0.1.1) - 2024-05-27

### Added
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 @@ -3,7 +3,7 @@ name = "git-metrics"
description = "A git extension to store metrics directly in git, using the notes."
authors = ["Jeremie Drouet <[email protected]>"]
license = "MIT"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[features]
Expand Down

0 comments on commit c9b3b6d

Please sign in to comment.