فهرست منبع

docs: changelog

thesimplekid 1 ماه پیش
والد
کامیت
9b87a65940
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      CHANGELOG.md
  2. 2 2
      justfile

+ 1 - 1
CHANGELOG.md

@@ -4,7 +4,7 @@
 <!-- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -->
 <!-- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -->
 
-## [Unreleased]
+## [v0.8.0](https://github.com/cashubtc/cdk/releases/tag/v0.8.0)
 ### Fixed
 - cdk: proof matches conditions was not matching payment conditions correctly ([thesimplekid]).
 - cdk: Updating mint_url would remove proofs when we want to keep them ([ok300]).

+ 2 - 2
justfile

@@ -125,9 +125,9 @@ release m="":
   args=(
     "-p cashu"
     "-p cdk-common"
-    "-p cdk"
-    "-p cdk-redb"
     "-p cdk-sqlite"
+    "-p cdk-redb"
+    "-p cdk"
     "-p cdk-rexie"
     "-p cdk-axum"
     "-p cdk-mint-rpc"