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 01996e1 commit 053b476Copy full SHA for 053b476
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 0.0.10 (2023-02-13)
6
+
7
+### 🚀 Features:
8
9
+- Add `self_upgrade` feature - by @Binbiubiubiu [<samp>(01996e1)</samp>](https://github.com/Binbiubiubiu/git-semver-tags/commit/01996e18e39998f50948fa1e35c256828937918f)
10
11
12
## v0.0.9 (2023-02-11)
13
14
### 🐞 Bug Fixes:
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "git-semver-tags"
-version = "0.0.9"
+version = "0.0.10"
description = "Get all git semver tags of your repository in reverse chronological order"
authors = ["Binbiubiubiu<[email protected]>"]
categories = ["command-line-utilities"]
0 commit comments