Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Apr 2, 2022
1 parent 6c68d5c commit 9534480
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

[bumpversion:file:watcher/web.py]

[bumpversion:file:pyproject.toml]
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.2] - 2022-04-02
### Added
- An endpoint to get a list of existing app names
- Health Check endpoint
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "watcher"
version = "0.0.1"
version = "0.0.2"
description = "A small tool that is waiting for the specific docker image to be rolled out"
authors = ["Vadim Gedz <vadims@linux-tech.io>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion watcher/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
app = FastAPI(
title="ArgoCD Watcher",
description="A small tool that will wait for the specific docker image to be rolled out",
version="0.0.1"
version="0.0.2"
)
argo = Argo()
metrics = make_asgi_app()
Expand Down

0 comments on commit 9534480

Please sign in to comment.