Skip to content

Commit 3f8ac30

Browse files
chore(main): release 0.12.0 (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a68333 commit 3f8ac30

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.1"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.12.0](https://github.com/frankieramirez/comicarr/compare/v0.11.1...v0.12.0) (2026-04-07)
8+
9+
10+
### Features
11+
12+
* Add MyAnimeList as primary manga metadata provider ([#113](https://github.com/frankieramirez/comicarr/issues/113)) ([5a68333](https://github.com/frankieramirez/comicarr/commit/5a68333540a8d13a5339440f38aaba9819705882))
13+
714
## [0.11.1](https://github.com/frankieramirez/comicarr/compare/v0.11.0...v0.11.1) (2026-04-07)
815

916

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "comicarr",
33
"private": true,
4-
"version": "0.11.1",
4+
"version": "0.12.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comicarr"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
description = "Automated Comic Book Manager"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)