From a6d13d59d1be9bac29f9da3292037c85d1b69bd1 Mon Sep 17 00:00:00 2001 From: Axel Rindle Date: Sun, 29 Sep 2024 21:47:33 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.1.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bf4a76..86818d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - "v*.*.*" + - "*.*.*" jobs: release: diff --git a/CHANGELOG.md b/CHANGELOG.md index f00e882..42ec252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,6 @@ All notable changes to this project will be documented in this file. 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] +## 0.1.0 - 2024-09-29 Initial release 🎉