Skip to content

Commit

Permalink
release: hotfix v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ulinja committed Dec 17, 2024
1 parent 2058e95 commit 29aa661
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to hyprpy will be documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.1.10] - 2024-12-17

### Fixed

- Fixed a bug where importing the hyprpy module without the `$HYPRLAND_INSTANCE_SIGNATURE` being set causes a `hyprpy.utils.shell.EnvironmentException` at import time.

## [0.1.9] - 2024-12-12

### Fixed
Expand Down Expand Up @@ -89,6 +95,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

[0.1.10]: https://github.com/ulinja/hyprpy/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/ulinja/hyprpy/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/ulinja/hyprpy/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/ulinja/hyprpy/compare/v0.1.6...v0.1.7
Expand Down
2 changes: 1 addition & 1 deletion NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ What to do when creating a new release:

- [ ] adjust version in `setup.cfg`
- [ ] update readme if necessary
- [ ] rebuild python package: `python -m build`
- [ ] edit `CHANGELOG.md`:
- [ ] add release notes for version (at the top)
- [ ] add link to version comparison (at the bottom)
- [ ] update docs if necessary
- [ ] rebuild python package: `python -m build`
- [ ] commit
- [ ] tag commit: `git tag -a 'vX.X.X' -m "Version X.X.X <summary>"`
- [ ] push to Github: `git push origin --tags`
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hyprpy
version = 0.1.9
version = 0.1.10
description = Python bindings for the Hyprland compositor.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 29aa661

Please sign in to comment.