Skip to content

Commit c4c643d

Browse files
chore(release): 2.3.0
1 parent 2ee7b70 commit c4c643d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
---
33

4+
## [2.3.0](https://github.com/AlertaDengue/PySUS/compare/2.2.0...2.3.0) (2026-06-14)
5+
6+
### Features
7+
8+
* **ducklake:** split the catalog.db into individual files for each dataset ([#279](https://github.com/AlertaDengue/PySUS/issues/279)) ([714edad](https://github.com/AlertaDengue/PySUS/commit/714edad4658e1fae93f7ddf7e10baebcf21945f8))
9+
* improve ducklake api struture ([#283](https://github.com/AlertaDengue/PySUS/issues/283)) ([2ee7b70](https://github.com/AlertaDengue/PySUS/commit/2ee7b70cb49d3235e879f108c58e90e821201840))
10+
411
## [2.2.0](https://github.com/AlertaDengue/PySUS/compare/2.1.0...2.2.0) (2026-05-26)
512

613
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysus"
3-
version = "2.2.0" # changed by semantic-release
3+
version = "2.3.0" # changed by semantic-release
44
description = "Tools for dealing with Brazil's Public health data"
55
authors = ["Flavio Codeco Coelho <fccoelho@gmail.com>", "Luã Bida Vacaro <luabidaa@gmail.com>"]
66
license = "GPL"

pysus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_version() -> str:
1717
try:
1818
return importlib_metadata.version(__name__)
1919
except importlib_metadata.PackageNotFoundError: # pragma: no cover
20-
return "2.2.0" # changed by semantic-release"
20+
return "2.3.0" # changed by semantic-release"
2121

2222

2323
version: str = get_version()

0 commit comments

Comments
 (0)