Skip to content

Commit 9bc6e83

Browse files
chore(release): 0.1.0
1 parent 15b8d06 commit 9bc6e83

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/Archisman-Mridha/kue/compare/v0.0.4...v0.1.0) (2025-08-31)
6+
7+
8+
### 💫 Features
9+
10+
* changing structure of a Kue project ([4bdea72](https://github.com/Archisman-Mridha/kue/commit/4bdea72e82cf614c0271a21a174be95aec72b3ca))
11+
* using `[@app](https://github.com/app)( )` declaration attribute and `lib.#App` to declare a Kue app, instead of the `[@app](https://github.com/app)( )` field attribute ([af9a9c7](https://github.com/Archisman-Mridha/kue/commit/af9a9c7f2ce7102eb0ff617011c0c302659f2d3d))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* standard-version postbump hook ([15b8d06](https://github.com/Archisman-Mridha/kue/commit/15b8d067b0585c21cb09a7946780f371e86026ed))
17+
518
### [0.0.4](https://github.com/Archisman-Mridha/kue/compare/v0.0.3...v0.0.4) (2025-08-21)
619

720

cmd/kue/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.1.0

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}; [ archisman-mridha ];
5959
};
6060

61-
vendorHash = "sha256-5QNmgbIZhx0zgFczyX4PLKOzcresBWzt1BToyJwAw0Q=";
61+
vendorHash = "sha256-ut0CcIXXDdbtYifwpqahpwBS9D3aLdxBIyILGX+HgJA=";
6262

6363
src = self;
6464
subPackages = [ "cmd/kue" ];

0 commit comments

Comments
 (0)