From 2531997696387645bbf4e06b296f2c24e3269d32 Mon Sep 17 00:00:00 2001 From: Patrick Lannigan Date: Wed, 11 Jan 2023 20:28:26 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ docs/index.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfed10e..1d03af4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-01-11 + ### Added * Controls related to the interactive confirmation prompt diff --git a/docs/index.md b/docs/index.md index abba9e30..e8b70c33 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Hyper Bump It - 0.1.0 +# Hyper Bump It - 0.2.0 [![CI pipeline status](https://github.com/plannigan/hyper-bump-it/actions/workflows/main.yml/badge.svg?branch=main)][ci] [![PyPI](https://img.shields.io/pypi/v/hyper-bump-it)][pypi] diff --git a/pyproject.toml b/pyproject.toml index e3889328..7f9bb612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hyper-bump-it" -version = "0.1.0" +version = "0.2.0" description = "A version bumping tool" readme = "README.md" requires-python = ">=3.9,<4.0"