Skip to content

Commit

Permalink
bump: version 0.1.0a6 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjk committed Feb 14, 2023
1 parent 241a74d commit 21d5576
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# name = "cz_conventional_commits"
name = "cz_customize"
version = "0.1.0a6"
version = "0.1.0"
update_changelog_on_bump = true
changelog_start_rev = "0.0.1"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 0.1.0 (2023-02-14)

### fix

- missing cafram submodule

## 0.1.0a6 (2023-02-14)

### feat
Expand Down
21 changes: 1 addition & 20 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
## Last changes (2023-02-14)

### feat

- add official favicon

### fix

- missing files in schema doc generator

### docs

- Update dev parts

### chore

- update json-schema-for-humans dep

### ci

- add script to generate favicon
- fix publish idempotency
- add script to generate favicon
- fix missing rich dep
- missing cafram submodule

2 changes: 1 addition & 1 deletion docs/src/refs/raw/cli_usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Usage: paasify [OPTIONS] COMMAND [ARGS]...

Paasify - build your compose-files with ease
version: 0.1.0a6
version: 0.1.0

Paasify is a tool that build and deploy docker-compose.yml files from a central
configuration file called paasify.yml. In this file, define collections sources
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 = "paasify"
version = "0.1.0a6"
version = "0.1.0"
description = "Paasify your docker-compose files"
authors = ["MrJK"]
license = "Apache License"
Expand Down

0 comments on commit 21d5576

Please sign in to comment.