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 fa30c71 commit 36acaaaCopy full SHA for 36acaaa
CHANGELOG.md
@@ -2,7 +2,14 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## 0.0.8 (2023-02-11)
+## 0.0.9 (2023-02-11)
6
+
7
+### Bugs fixed:
8
9
+- fix ci ([`50c0fb2`](https://github.com/Binbiubiubiu/git-semver-tags/commit/50c0fb21e7424d38282024406d35222ba09ba720) by Binbiubiubiu)
10
11
12
+## v0.0.8 (2023-02-11)
13
14
### New feature:
15
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "git-semver-tags"
-version = "0.0.8"
+version = "0.0.9"
description = "Get all git semver tags of your repository in reverse chronological order"
authors = ["Binbiubiubiu<[email protected]>"]
categories = ["command-line-utilities"]
0 commit comments