We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38f31d commit 3e95497Copy full SHA for 3e95497
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v0.0.5 (2022-12-03)
6
+
7
+### Bugs fixed:
8
9
+- fix support cargo-binstall([`c38f31d`](https://github.com/Binbiubiubiu/git-semver-tags/commit/c38f31d90ba31469e2d1f87cc8893c3efa18e268)) (by Binbiubiubiu)
10
11
## v0.0.4 (2022-12-03)
12
13
### New feature:
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "git-semver-tags"
-version = "0.0.4"
+version = "0.0.5"
description = "Get all git semver tags of your repository in reverse chronological order"
authors = ["Binbiubiubiu<[email protected]>"]
categories = ["command-line-utilities"]
0 commit comments