AaronErhardt / tuxedo-rs

Rust libraries for interacting with hardware from TUXEDO Computers
GNU General Public License v2.0
138 stars 10 forks source link

chore: bump version to 0.2.3 #29

Closed mrcjkb closed 11 months ago

mrcjkb commented 11 months ago

I'd like to push #28 to nixpkgs, so it would be nice to have minor version bump :smile:

AaronErhardt commented 11 months ago

Just for the future, do I understand this correctly that we need a version bump to publish a new nixpkgs, right?

mrcjkb commented 11 months ago

Technically, no. I can also update the git rev and sha hashes. But it might be confusing for users if their package updates with new changes, but has the same version.

If you're interested, I could look into automating version bumps (and maybe also release tagging) using GitHub actions and conventional commits when I have some time.

AaronErhardt commented 11 months ago

Thanks for the info!

If you're interested, I could look into automating version bumps (and maybe also release tagging) using GitHub actions and conventional commits when I have some time.

That'd be great. We should probably start using git tags soon anyway.