Skip to content

Commit

Permalink
Merge branch 'release-v0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Nov 1, 2023
2 parents d1fd469 + ce606d0 commit 5d9c988
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.8.0
current_version = 0.8.1

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.8"

formats: []

sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2023-11-01
### Fixed
- docs deployment.

## [0.8.0] - 2023-10-24
### Added
- Python 3.11 support.
Expand Down Expand Up @@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release on PyPI.

[Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.8.0...develop
[Unreleased]: https://github.com/fedejaure/mdns-beacon/compare/v0.8.1...develop
[0.8.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/fedejaure/mdns-beacon/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/fedejaure/mdns-beacon/compare/v0.6.1...v0.7.0
Expand Down
Loading

0 comments on commit 5d9c988

Please sign in to comment.