Skip to content

Commit f9583dc

Browse files
chore: release v0.2.2
1 parent cafbd50 commit f9583dc

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
## [0.2.2] - 2025-11-23
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Add release workflow for automated releases ([#3](https://github.com/EddieDover/Praeda/pull/3))
14+
- Update package configuration in release-plz.toml
15+
- Hopefully last change in release-plz configuration
16+
# Changelog

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = [".", "bindings/praeda-godot"]
44

55
[package]
66
name = "praeda"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
edition = "2024"
99
license = "LGPL-3.0-or-later"
1010
description = "A procedural loot generator library with C++ and C# FFI bindings"

0 commit comments

Comments
 (0)