Skip to content

Commit

Permalink
Release v0.0.1 (#10)
Browse files Browse the repository at this point in the history
* Preparing changelog for release

* Release in the changelog

* Minor in the description of pyproject

* The code is meant to run in Python 3.9, therefore downgrading version in GHRunners

---------

Co-authored-by: Xavi <[email protected]>
  • Loading branch information
XaviArnaus and Xavi authored Mar 11, 2024
1 parent 3c10eb7 commit 0ee2747
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v2

Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased](https://github.com/XaviArnaus/masto-feed/)
## [v0.0.1](https://github.com/XaviArnaus/masto-feed/releases/tag/v0.0.1) - 2024-03-11

### Added

Expand All @@ -9,7 +9,8 @@
- Initial documentation ([#4](https://github.com/XaviArnaus/masto-feed/pull/4))
- Make Log rotation as default ([#5](https://github.com/XaviArnaus/masto-feed/pull/5))
- Avoid answering with ERROR_INVALID_ACTION if it's organic mention ([#8](https://github.com/XaviArnaus/masto-feed/pull/8))
- Tests for mentions listener([#9](https://github.com/XaviArnaus/masto-feed/pull/9))
- Tests for mentions listener ([#9](https://github.com/XaviArnaus/masto-feed/pull/9))
- Release `v0.0.1` ([#10](https://github.com/XaviArnaus/masto-feed/pull/10))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "MastoFeed"
version = "0.0.1"
description = "Bot that reads RSS feeds and publishes the updates. It is controled by interacting with the Mastodon user directly"
description = "Bot that reads RSS feeds and publishes the updates. It is controled by interacting with the Mastodon user directly via mentions"
authors = ["Xavier Arnaus <[email protected]>"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 0ee2747

Please sign in to comment.