Skip to content

Commit

Permalink
bump: ✈️ v0.7.0 → v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jun 30, 2024
1 parent 6d0956b commit b5e2f41
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented here.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project attempts to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.8.0](https://github.com/engineervix/zed-news/compare/v0.7.0...v0.8.0) (2024-06-30)


### ♻️ Code Refactoring

* back to the way things were before df1e8b1 ([8809a63](https://github.com/engineervix/zed-news/commit/8809a63843e798c8c1cb81fb34ba0933e7e177c5))
* use default repetition penalty ([5cf615f](https://github.com/engineervix/zed-news/commit/5cf615fead209d6fe4a9e3abcfd3804be59f5b24))


### 🚀 Features

* add Times of Zambia ([e5366f9](https://github.com/engineervix/zed-news/commit/e5366f96a4e01768d1005e5dbc60e44d9fd325fd))


### 🐛 Bug Fixes

* new lines ([f18949d](https://github.com/engineervix/zed-news/commit/f18949d5706400b83b6336d2838f9594e1050349))
* remove www from znbc URL ([6d0956b](https://github.com/engineervix/zed-news/commit/6d0956bf4ca42044e84791eb3e7cda50ed28f884))
* rendering of podcast description in template ([bdb12eb](https://github.com/engineervix/zed-news/commit/bdb12eb2ff5c7981f8fbbbd7eee2230649cd8efc))

## [v0.7.0](https://github.com/engineervix/zed-news/compare/v0.6.0...v0.7.0) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.6.0"
__version__ = "0.7.0"
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")])
2 changes: 1 addition & 1 deletion cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# description: zed-news execution script, to be run by cron
# author: Victor Miti <https://github.com/engineervix>
# url: <https://github.com/engineervix/zed-news>
# version: 0.6.0
# version: 0.7.0
# license: BSD-3-Clause
#
# Logical steps
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zed-news",
"version": "0.7.0",
"version": "0.8.0",
"description": "news podcast on auto-pilot",
"author": "Victor Miti <victormiti@gmail.com>",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "zed-news"
version = "0.6.0"
version = "0.7.0"
description = "news podcast on auto-pilot"
authors = ["Victor Miti <victormiti@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit b5e2f41

Please sign in to comment.