Skip to content

Commit

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

## 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)
- 🐛 Fix a bunch of pipelines issues
## 1.4.0
- ✨ chatGPT integration. Generate commands which you have not yet hoarded
- Clean up code
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.0"
version = "1.4.1"
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.0 ./install.fish
LATEST_RELEASE=1.4.1 ./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.0
version: 1.4.1
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.3.2/hoard_1.3.2.deb"
ARTIFACT_URL="https://github.com/hyde46/hoard/releases/download/v1.4.1/hoard_1.4.1.deb"

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

0 comments on commit 1952cbe

Please sign in to comment.