about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-24 15:06:41 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 15:06:41 +0100
commitb078d68f8988b9b8ecdca1f2e4f7e533f6db76ea (patch)
treee970fb8aa558352e9bd5bb931ad3d3416b546847 /CHANGELOG.md
parentbuild(treewide): Update (diff)
downloadnixos-config-b078d68f8988b9b8ecdca1f2e4f7e533f6db76ea.tar.gz
nixos-config-b078d68f8988b9b8ecdca1f2e4f7e533f6db76ea.zip
chore(version): v1.33.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f00d617..147d9f08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,24 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.33.0 - 2024-02-24
+#### Bug Fixes
+- **(hm/pkgs/fupdate)** Don't pass '--' to child command - (b0ac35f) - Soispha
+- **(hm/pkgs/git-edit-index)** Correctly exit when parsing options - (4c818db) - Soispha
+- **(hm/pkgs/git-update-index)** Remove '--' from help text - (dd05418) - Soispha
+#### Build system
+- **(flake)** Readd flake_version_update - (eb4fd30) - Soispha
+- **(treewide)** Update - (28ce859) - Soispha
+#### Features
+- **(hm/pkgs/fupdate)** Allow passing arguments to the update script - (1dc750d) - Soispha
+#### Refactoring
+- **(hm/pkgs)** Implement with an nixpkgs overlay - (8284b6a) - Soispha
+#### Style
+- **(sys/nixpkgs/pkgs/scripts/fupdate)** Format - (5499dc1) - Soispha
+- **(sys/nixpkgs/pkgs/scripts/git-edit-index)** Correct help text - (e34d390) - Soispha
+
+- - -
+
 ## v1.32.0 - 2024-02-24
 #### Bug Fixes
 - **(hm/conf/lf/commands)** Correct reference to nix path - (18497ca) - Soispha