Skip to content

Commit

Permalink
bump: ✈️ v0.3.1 → v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Oct 15, 2023
1 parent 0b16b3d commit 8e2b829
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.3.2](https://github.com/engineervix/zed-news/compare/v0.3.1...v0.3.2) (2023-10-15)


### 🐛 Bug Fixes

* handle a situation where article div doesn't have expected class ([8894eae](https://github.com/engineervix/zed-news/commit/8894eaebdb83305b9a22edfe0f67630653c7869d))


### 📝 Docs

* minor documentation fixes ([f58fd30](https://github.com/engineervix/zed-news/commit/f58fd30f7c569113748cd654fd5f6ac81920d3c9))


### ⚙️ Build System

* **deps:** run `poetry lock --no-update` ([0b16b3d](https://github.com/engineervix/zed-news/commit/0b16b3d4fd8e9ed2d15d3effc90f667a409682da))
* **deps:** update dependency langchain to v0.0.239 ([#33](https://github.com/engineervix/zed-news/issues/33)) ([7f21573](https://github.com/engineervix/zed-news/commit/7f2157332534b8105de47dc0218d5cfc6e207c15))
* **deps:** update dependency ruff to v0.0.291 ([#24](https://github.com/engineervix/zed-news/issues/24)) ([1afb09f](https://github.com/engineervix/zed-news/commit/1afb09fc55812897aec0e64dcd922a434d34992d))
* **deps:** update node.js to v16.20.2 ([#30](https://github.com/engineervix/zed-news/issues/30)) ([809af83](https://github.com/engineervix/zed-news/commit/809af836f0efb9382db5786e0ba730f864344b71))

## [v0.3.1](https://github.com/engineervix/zed-news/compare/v0.3.0...v0.3.1) (2023-07-16)


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.3.1"
__version__ = "0.3.2"
__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.3.1
# version: 0.3.2
# 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.3.1",
"version": "0.3.2",
"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.3.1"
version = "0.3.2"
description = "news podcast on auto-pilot"
authors = ["Victor Miti <victormiti@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 8e2b829

Please sign in to comment.