commit e7f780bd6a7ab1dc55d05d13f7f9eed0db036002
parent 9eadd119054a9e65b0ce6053fc2e386f5fdb2f9b
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Fri, 24 Apr 2026 20:42:47 +0200
Merge pull request #25 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.8.0
Diffstat:
4 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [2.8.0](https://github.com/mtmn/corpus/compare/v2.7.1...v2.8.0) (2026-04-24)
+
+
+### Features
+
+* add user mgmt commands ([d9c00d3](https://github.com/mtmn/corpus/commit/d9c00d357e271da9a447bdf0a4286bc15daf8109))
+* deprecate .dhall users file, fmt ([60781e3](https://github.com/mtmn/corpus/commit/60781e32e4c3f284560aa788ffcf882f48b72da8))
+
## [2.7.1](https://github.com/mtmn/corpus/compare/v2.7.0...v2.7.1) (2026-04-24)
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-eqRRymOtj92bzH0yHCrvq72ATwPEwB4bfqpmu+5HHmE=";
+ npmDepsHash = "sha256-HXkrPbFbzqB1rWdppmQOYFJEDgiSUyUElsiPOTvWCuU=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.7.1",
+ "version": "2.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.7.1",
+ "version": "2.8.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.1029.0",
"dotenv": "^17.4.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "2.7.1",
+ "version": "2.8.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",