Skip to content

Commit 1912eea

Browse files
committed
Update version to 0.3.3 and enhance changelog with new features and improvements
1 parent dfb2e81 commit 1912eea

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.3.3] - 2025-04-21
4+
- Improved error handling in SGS API
5+
- Added type hints to the bcb.sgs and sgs.currency modules
6+
- Added function sgs.get_json to retrieve raw JSON data returned from SGS API
7+
38
## [0.3.2] - 2025-03-01
49
- Poetry lock file updated
510
- Replaced http with https in SGS URL

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.poetry]
22
name = "python-bcb"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = ""
55
authors = ["wilsonfreitas <wilson.freitas@gmail.com>"]
66
readme = "README.md"
7-
packages = [{include = "bcb"}]
7+
packages = [{ include = "bcb" }]
88

99
[tool.poetry.dependencies]
1010
python = ">= 3.10"
@@ -29,7 +29,7 @@ pygments = "^2.7"
2929
[tool.poetry.group.dev.dependencies]
3030
pycodestyle = ">= 2.9.1"
3131
ipykernel = ">= 6.15.2"
32-
black = {version = ">= 22.8.0", allow-prereleases = true}
32+
black = { version = ">= 22.8.0", allow-prereleases = true }
3333
jupyter = "^1.1.1"
3434

3535
[build-system]

0 commit comments

Comments
 (0)