Skip to content

Commit

Permalink
chore: Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 9, 2024
1 parent 7b8a7f0 commit a459738
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.3.1 - 2024-08-09

- Added support for Hyprland v0.42.0+

**Full Changelog**: https://github.com/donovanglover/hyprnome/compare/0.3.0...0.3.1

## 0.3.0 - 2024-05-14

- New `--cycle` flag to cycle between workspaces in a given direction
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hyprnome"
description = "GNOME-like workspace switching in Hyprland."
version = "0.3.0"
version = "0.3.1"
authors = ["Copyright (C) 2023-2024 Donovan Glover <https://donovan.is/>"]
repository = "https://github.com/donovanglover/hyprnome"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Donovan Glover <https://donovan.is/>
pkgname=hyprnome
pkgver=0.3.0
pkgver=0.3.1
pkgrel=1
pkgdesc="GNOME-like workspace switching in Hyprland"
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo dnf copr enable solopasha/hyprland && sudo dnf install hyprnome
Follow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprnome.

```fish
cargo install --git https://github.com/donovanglover/hyprnome --tag 0.3.0
cargo install --git https://github.com/donovanglover/hyprnome --tag 0.3.1
```

## Usage
Expand Down

0 comments on commit a459738

Please sign in to comment.