Skip to content

Commit 5ffacab

Browse files
committed
release 1.0.0
1 parent aaa1172 commit 5ffacab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0] - 2024-12-12
9+
### Changed
10+
- Adapted to 2024's 38c3 congress
11+
### Fixed
12+
- Update outdated dependencies
13+
814
## [0.7.4] - 2023-01-20
915
### Fixed
1016
- update dependencies to patch CVE-2024-22421

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://github.com/top-on/optimal-congress"
55
name = "optimal-congress"
66
packages = [{include = "optimal_congress"}]
77
readme = "README.md"
8-
version = "0.7.4"
8+
version = "1.0.0"
99

1010
[tool.poetry.dependencies]
1111
pandas = "^2.2.3"

0 commit comments

Comments
 (0)