Skip to content

Commit 6fc0939

Browse files
committed
feat: v0.1.0-beta.13
1 parent 92332d0 commit 6fc0939

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [0.1.0-beta.13] - 2026-04-25
9+
10+
### Fixed
11+
12+
- Migration issue that could happen when jumping several version at once
13+
814
## [0.1.0-beta.12] - 2026-04-24
915

1016
### Added

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.12")
6+
__version__ = VersionInfo.parse("0.1.0-beta.13")

frontend/package-lock.json

Lines changed: 2 additions & 2 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.12",
3+
"version": "0.1.0-beta.13",
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.12";
1+
export const VERSION = "0.1.0-beta.13";

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.12"
3+
version = "0.1.0-beta.13"
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)