Skip to content

Commit 93c4f46

Browse files
committed
Release 1.0.0a2
1 parent 88c5d12 commit 93c4f46

11 files changed

Lines changed: 51 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
## 1.0.0a2 (2026-07-25)
11+
12+
### Backend
13+
14+
15+
#### Documentation:
16+
17+
- Updated the backend README and synced it with the top-level README. @tisto [#3](https://github.com/kitconcept/kitconcept-keywordmanager/issues/3)
18+
19+
20+
21+
### Frontend
22+
23+
#### Documentation
24+
25+
- Updated the frontend README and synced it with the top-level README. @tisto [#3](https://github.com/kitconcept/kitconcept-keywordmanager/issue/3)
26+
27+
28+
29+
### Project
30+
31+
32+
#### Documentation
33+
34+
- Overhauled the README with a clearer product description, a "who is this for" section, a revised features list, requirements, and screenshots. @tisto [#3](https://github.com/kitconcept/kitconcept-keywordmanager/pull/3)
35+
36+
37+
1038
## 1.0.0a1 (2026-07-21)
1139

1240
### Backend

backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 1.0.0a2 (2026-07-25)
13+
14+
15+
### Documentation:
16+
17+
- Updated the backend README and synced it with the top-level README. @tisto [#3](https://github.com/kitconcept/kitconcept-keywordmanager/issues/3)
18+
1219
## 1.0.0a1 (2026-07-21)
1320

1421

backend/news/3.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend/src/kitconcept/keywordmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "1.0.0a1"
8+
__version__ = "1.0.0a2"
99

1010
PACKAGE_NAME = "kitconcept.keywordmanager"
1111

frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 1.0.0-alpha.2 (2026-07-25)
12+
13+
### Documentation
14+
15+
- Updated the frontend README and synced it with the top-level README. @tisto [#3](https://github.com/kitconcept/kitconcept-keywordmanager/issue/3)
16+
1117
## 1.0.0-alpha.1 (2026-07-21)
1218

1319
### Feature

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-keywordmanager-dev",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Change, merge and delete keywords (subjects) in Plone.",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/kitconcept-keywordmanager",

frontend/packages/volto-keywordmanager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 1.0.0-alpha.2 (2026-07-25)
12+
13+
### Documentation
14+
15+
- Updated the frontend README and synced it with the top-level README. @tisto [#3](https://github.com/kitconcept/kitconcept-keywordmanager/issue/3)
16+
1117
## 1.0.0-alpha.1 (2026-07-21)
1218

1319
### Feature

frontend/packages/volto-keywordmanager/news/3.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/packages/volto-keywordmanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-keywordmanager",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Change, merge and delete keywords (subjects) in Plone.",
55
"main": "src/index.ts",
66
"license": "MIT",

news/3.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)