Skip to content

Commit f7cc688

Browse files
committed
Release 3.0.0a1
1 parent cf665d3 commit f7cc688

10 files changed

Lines changed: 40 additions & 6 deletions

File tree

CHANGELOG.md

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

99
<!-- towncrier release notes start -->
10+
## 3.0.0a1 (2026-09-08)
11+
12+
### Backend
13+
14+
15+
#### Bug fixes:
16+
17+
- RAG: documents that contributed no context (e.g. Images, which are excluded from chunking) are no longer retrieved by the keyword leg nor cited as sources. @reebalazs [#124](https://github.com/kitconcept/kitconcept-solr/issues/124)
18+
19+
20+
21+
### Frontend
22+
23+
No significant changes.
24+
25+
26+
### Project
27+
28+
29+
#### Documentation
30+
31+
- README: state that main is the in-development 3.x line and point to the stable `2.x` branch. @reebalazs
32+
33+
34+
1035
## 3.0.0a0 (2026-08-24)
1136

1237
### 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+
## 3.0.0a1 (2026-09-08)
13+
14+
15+
### Bug fixes:
16+
17+
- RAG: documents that contributed no context (e.g. Images, which are excluded from chunking) are no longer retrieved by the keyword leg nor cited as sources. @reebalazs [#124](https://github.com/kitconcept/kitconcept-solr/issues/124)
18+
1219
## 3.0.0a0 (2026-08-24)
1320

1421

backend/news/124.bugfix

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

backend/src/kitconcept/solr/__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__ = "3.0.0a0"
8+
__version__ = "3.0.0a1"
99

1010
PACKAGE_NAME = "kitconcept.solr"
1111
_ = MessageFactory(PACKAGE_NAME)

frontend/CHANGELOG.md

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

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

11+
## 3.0.0-alpha.1 (2026-09-08)
12+
1113
## 3.0.0-alpha.0 (2026-08-24)
1214

1315
### 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-solr-dev",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "An opinionated Solr integration for Plone.",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/kitconcept-solr",

frontend/packages/volto-solr/CHANGELOG.md

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

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

11+
## 3.0.0-alpha.1 (2026-09-08)
12+
1113
## 3.0.0-alpha.0 (2026-08-24)
1214

1315
### Feature

frontend/packages/volto-solr/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-solr",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "An opinionated Solr integration for Plone.",
55
"exports": {
66
".": "./src/index.js",

news/+readme-branch-pointers.documentation

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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0a0
1+
3.0.0a1

0 commit comments

Comments
 (0)