Skip to content

Commit fef2e24

Browse files
chore(main): release chat-rag-explorer 0.2.0
1 parent 1bbca36 commit fef2e24

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2.0](https://github.com/AlteredCraft/chat-rag-explorer/compare/chat-rag-explorer-v0.1.0...chat-rag-explorer-v0.2.0) (2026-02-03)
9+
10+
11+
### Features
12+
13+
* add Release Please for automated versioning and changelog ([1bbca36](https://github.com/AlteredCraft/chat-rag-explorer/commit/1bbca367e59da1e73b0cd2b38fa5eb78389705fd))
14+
815
## [Unreleased]
916

1017
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "chat-rag-explorer"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)