about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/aumo.sh1
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf6c323b..92acbefc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.33.2 - 2024-02-24
+#### Bug Fixes
+- **(hm/conf/unison)** Fix Typo in `EXTRA_OPTIONS` variable - (1a15fb0) - Soispha
+- **(pkgs/scripts/aumo)** Add a warning on wrong usage - (f3615c9) - Soispha
+- **(treewide)** Add shell library import directive - (a2e2ecf) - Soispha
+
+- - -
+
 ## v1.33.1 - 2024-02-24
 #### Bug Fixes
 - **(sys/svcs/xdg/{lf,ranger}-wrapper)** Add a shell library import - (a3e5aff) - Soispha
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
index 626dd7a4..0a56eb82 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
@@ -24,4 +24,5 @@ case "$1" in
     ;;
 *)
     die "Usage: $NAME mount|unmount"
+    ;;
 esac