Update to `0.40.1`
daniel-hernandez-sony opened this issue · 2 comments
I am opening this issue to ask for 2 things:
- Ask to to bump the version to
0.40.1
so that I may usehy3
with the (currently) latest Hyprland version (The rev for the commit is9e781040d9067c2711ec2e9f5b47b76ef70762b3
) - Ask what's the process for updating the version number. As far as I can see from a previous commit of yours one has to
- Update
flake.nix
So that the hyprland input URL points to the correct revision: - Update the
hyprpm.toml
with a new item to the list where the first value is the hyprland rev and the second value is something that eludes me (could you shed some light?) - Update the
flake.lock
- Update
I am happy to open a small PR where I add the proper instructions for doing versioning update PR on a CONTRIBUTING
section. Of course, this is your repo and I leave it at your discretion.
Thank you for this plugin, it's my daily driver
Regarding question from point 2: "Update the hyprpm.toml with a new item to the list where the first value is the hyprland rev and the second value is something that eludes me (could you shed some light?)" it looks like 2nd value in this toml is uuid of hy3 commit.
For example 5693ea2 is a commit which bump version, and 2nd value in toml changed in this commit is pointing to one commit before: b6a777d
The process is:
- bump the flake reference to the hyprland release
- update lockfile
- add a pin in hyprpm.toml, first is hyprland rev second is hy3 rev.
- update changelog headers
doing it now