Skip to content

Commit e239afd

Browse files
chore(release): bump versions and changelogs
1 parent dc2d696 commit e239afd

8 files changed

Lines changed: 32 additions & 13 deletions

File tree

.sampo/changesets/fix-version-id-param.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/gt-fastapi/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gt-fastapi
22

3+
## 0.3.0 — 2026-03-19
4+
5+
### Minor changes
6+
7+
- [9ec9e3f](https://github.com/generaltranslation/gt-python/commit/9ec9e3f9b7302b9ac1db64e0bbc90aa57fb87b7b) feat: add `version_id` support across gt-i18n, gt-fastapi, and gt-flask — Thanks @moss-bryophyta!
8+
9+
### Patch changes
10+
11+
- Updated dependencies: gt-i18n@0.3.0
12+
313
## 0.2.0 — 2026-03-18
414

515
### Minor changes

packages/gt-fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gt-fastapi"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "FastAPI integration for General Translation"
55
readme = "README.md"
66
authors = [

packages/gt-flask/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gt-flask
22

3+
## 0.3.0 — 2026-03-19
4+
5+
### Minor changes
6+
7+
- [9ec9e3f](https://github.com/generaltranslation/gt-python/commit/9ec9e3f9b7302b9ac1db64e0bbc90aa57fb87b7b) feat: add `version_id` support across gt-i18n, gt-fastapi, and gt-flask — Thanks @moss-bryophyta!
8+
9+
### Patch changes
10+
11+
- Updated dependencies: gt-i18n@0.3.0
12+
313
## 0.2.0 — 2026-03-18
414

515
### Minor changes

packages/gt-flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gt-flask"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Flask integration for General Translation"
55
readme = "README.md"
66
authors = [

packages/gt-i18n/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# gt-i18n
22

3+
## 0.3.0 — 2026-03-19
4+
5+
### Minor changes
6+
7+
- [9ec9e3f](https://github.com/generaltranslation/gt-python/commit/9ec9e3f9b7302b9ac1db64e0bbc90aa57fb87b7b) feat: add `version_id` support across gt-i18n, gt-fastapi, and gt-flask — Thanks @moss-bryophyta!
8+
39
## 0.2.0 — 2026-03-18
410

511
### Minor changes

packages/gt-i18n/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gt-i18n"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Python i18n library for General Translation"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)