Update changelog for v0.0.3

This commit is contained in:
2026-02-02 01:12:49 +01:00
parent 255cd34380
commit ceee3228c3
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<img src="cagire_pixel.png" alt="Cagire" width="256"> <img src="cagire_pixel.png" alt="Cagire" width="256">
</p> </p>
Cagire is a terminal-based step sequencer for live coding music. Each step in a pattern contains a **Forth** script that produces sound and create events. It is made by BuboBubo (Raphaël Maurice Forment): [https://raphaelforment.fr](https://raphaelforment.fr). Cagire is open-source (AGPL-3.0 licensed) and available on GitHub : [https://github.com/BuboBubo/cagire](https://github.com/BuboBubo/cagire). Cagire is a terminal-based step sequencer for live coding music. Each step in a pattern contains a **Forth** script that produces sound and create events.
## Build ## Build

View File

@@ -2,5 +2,6 @@ allow-branch = ["main"]
sign-commit = false sign-commit = false
sign-tag = false sign-tag = false
push = true push = true
push-remote = "github"
publish = false publish = false
tag-name = "v{{version}}" tag-name = "v{{version}}"