Skip to content

Commit 321e2d6

Browse files
chore(main): release 0.2.0
1 parent 695717a commit 321e2d6

3 files changed

Lines changed: 15 additions & 2 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/Flagsmith/flagsmith-sql-flag-engine/compare/v0.1.0...v0.2.0) (2026-05-20)
4+
5+
6+
### Features
7+
8+
* SQL translator with ClickHouse dialect ([#1](https://github.com/Flagsmith/flagsmith-sql-flag-engine/issues/1)) ([3a6a175](https://github.com/Flagsmith/flagsmith-sql-flag-engine/commit/3a6a175c99ba284afa2da3a9804c8b130d23e67c))
9+
10+
11+
### CI
12+
13+
* add PyPI publishing workflow and release-please config ([#10](https://github.com/Flagsmith/flagsmith-sql-flag-engine/issues/10)) ([695717a](https://github.com/Flagsmith/flagsmith-sql-flag-engine/commit/695717abca640cd32d0240af6c8ea02c511b2b0c))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flagsmith-sql-flag-engine"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "SQL translator for Flagsmith segment predicates."
55
readme = "README.md"
66
authors = [{ name = "Flagsmith", email = "engineering@flagsmith.com" }]

0 commit comments

Comments
 (0)