Skip to content

Commit

Permalink
Bump version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyde46 committed Aug 6, 2023
1 parent b6ae81b commit d8e8b33
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.4.2
- 🐛 Fix a lifetime longevity issue around theming password prompts
## 1.4.1
- ✨ List available namespaces when creating a new command
- Move from tui to ratatui. Thanks [a-kenji](https://github.com/Hyde46/hoard/pull/292)
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,6 +1,6 @@
[package]
name = "hoard-rs"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Install `hoard` by running
If you are running `fish` shell

```
LATEST_RELEASE=1.4.1 ./install.fish
LATEST_RELEASE=1.4.2 ./install.fish
```

### AUR (Arch Linux)
Expand Down
2 changes: 1 addition & 1 deletion example_troves/git.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.4.1
version: 1.4.2
commands:
- name: git_status
namespace: git
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __hoard_install_with_cargo(){

__hoard_install_ubuntu(){
echo "Assuming Ubuntu distro. Trying to install .deb package"
ARTIFACT_URL="https://github.com/hyde46/hoard/releases/download/v1.4.1/hoard_1.4.1.deb"
ARTIFACT_URL="https://github.com/hyde46/hoard/releases/download/v1.4.2/hoard_1.4.2.deb"

TEMP_DEB="$(mktemp)" &&
wget -O "$TEMP_DEB" "$ARTIFACT_URL"
Expand Down

0 comments on commit d8e8b33

Please sign in to comment.