From 4b2c929532f70531e234a8ddb96466048acf27a7 Mon Sep 17 00:00:00 2001 From: Arif Er Date: Sun, 21 Jul 2024 20:50:57 +0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.org | 7 +++++++ docs/source/index.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 6c6b67f..0aefb25 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -3,8 +3,15 @@ All notable changes to this project will be documented in this file. See [[https://github.com/absolute-version/commit-and-tag-version][commit-and-tag-version]] for commit guidelines. +** [[https://github.com/arifer612/docker-tag-updater/compare/v1.0.1...v1.1.0][1.1.0]] +(2024-07-21) +*** Features +- *helper:* add datetime-like regex rules + ([[https://github.com/arifer612/docker-tag-updater/commit/f0c123f9b195d90513f57283644dac0452c08bff][f0c123f]]) + ** [[https://github.com/arifer612/docker-tag-updater/compare/v1.0.0...v1.0.1][1.0.1]] (2024-04-30) + *** Bug Fixes - hyphenate image name and version ([[https://github.com/arifer612/docker-tag-updater/commit/40eb1ea740c6401fdee67693eed8f7afef75d943][40eb1ea]]) diff --git a/docs/source/index.rst b/docs/source/index.rst index 9c0374c..1122960 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -37,7 +37,7 @@ Documentation for docker-tag-updater :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v1.0.1 + :commits-since: v1.1.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 10ae871..68ade0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docker-tag-updater" -version = "1.0.1" +version = "1.1.0" description = "Update to the latest Docker image semver tag." authors = ["Arif Er "] license = "GPLv3"