Skip to content

Commit

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

## [Unreleased]

## [0.3.0] - 2024-05-14

- New `--cycle` flag to cycle between workspaces in a given direction
- Added support for Hyprland v0.40.0+

## [0.2.0] - 2023-10-30

### New Features
Expand All @@ -19,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[unreleased]: https://github.com/donovanglover/hyprnome/compare/0.2.0...HEAD
[unreleased]: https://github.com/donovanglover/hyprnome/compare/0.3.0...HEAD
[0.3.0]: https://github.com/donovanglover/hyprnome/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/donovanglover/hyprnome/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/donovanglover/hyprnome/releases/tag/0.1.0
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.2.0"
version = "0.3.0"
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.2.0
pkgver=0.3.0
pkgrel=1
pkgdesc="GNOME-like workspace switching in Hyprland"
arch=('x86_64')
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Alternatively, use `nix run nixpkgs#hyprnome` to try hyprnome without installing
I don't use Arch Linux anymore, but I wrote a PKGBUILD for the `pacman` enjoyers out there. Feel free to add it to the AUR.

```fish
git clone https://github.com/donovanglover/hyprnome -b 0.2.0 && cd hyprnome && makepkg -si
git clone https://github.com/donovanglover/hyprnome -b 0.3.0 && cd hyprnome && makepkg -si
```

### [Fedora](https://fedoraproject.org/) (Copr)
Expand All @@ -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.2.0
cargo install --git https://github.com/donovanglover/hyprnome --tag 0.3.0
```

## Usage
Expand Down

0 comments on commit e0c1a11

Please sign in to comment.