From ffccf865f4e0ce8ab31a816a9970ad3d1e25c010 Mon Sep 17 00:00:00 2001 From: Binbiubiubiu <2632003786@qq.com> Date: Thu, 2 Mar 2023 20:36:23 +0800 Subject: [PATCH] chore(release): 0.0.12 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62abb21..7fb5216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 0.0.12 (2023-03-02) + +###    Testing: + +- Refactor test code  -  by @Binbiubiubiu [(98f8395)](https://github.com/Binbiubiubiu/git-semver-tags/commit/98f83955431f833f4b3c7b68c6d410facb1c92f9) + + ## v0.0.11 (2023-02-28) ###    Refactor: diff --git a/Cargo.toml b/Cargo.toml index a75e5a8..9018e16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-semver-tags" -version = "0.0.11" +version = "0.0.12" description = "Get all git semver tags of your repository in reverse chronological order" authors = ["Binbiubiubiu<2632003786@qq.com>"] categories = ["command-line-utilities"]