Skip to content

Commit 45af3a2

Browse files
committed
feat: 0.1.0-beta.12
1 parent b661ded commit 45af3a2

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - 2026-0?-?
8+
## [0.1.0-beta.12] - 2026-04-24
99

1010
### Added
1111

backend/core/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
program_name = "Reclaimerr"
44
program_url = "https://github.com/jessielw/reclaimerr"
55

6-
__version__ = VersionInfo.parse("0.1.0-beta.11")
6+
__version__ = VersionInfo.parse("0.1.0-beta.12")

frontend/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reclaimerr-web",
3-
"version": "0.1.0-beta.11",
3+
"version": "0.1.0-beta.12",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

frontend/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.1.0-beta.11";
1+
export const VERSION = "0.1.0-beta.12";

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reclaimerr"
3-
version = "0.1.0-beta.11"
3+
version = "0.1.0-beta.12"
44
description = "Backend of Reclaimerr"
55
readme = "README.md"
66
requires-python = ">=3.11,<3.14"

uv.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.

0 commit comments

Comments
 (0)