diff --git a/CHANGELOG.md b/CHANGELOG.md index e08ba4b..a203427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +## [2.0.0] - 2024-05-03 + - **Breaking** Changed generated Typst code to use the native table functionality available starting with Typst v0.11. Visual output should not change. -[Unreleased]: https://github.com/PumasAI/SummaryTables.jl/compare/v1.0.0...HEAD \ No newline at end of file +[Unreleased]: https://github.com/PumasAI/SummaryTables.jl/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/PumasAI/SummaryTables.jl/compare/v1.0.0...v2.0.0 \ No newline at end of file diff --git a/Project.toml b/Project.toml index 36abef3..5b9905c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SummaryTables" uuid = "6ce4ecf0-73a7-4ce3-9fb4-80ebfe887b60" authors = ["Julius ", "Mike "] -version = "1.0.0" +version = "2.0.0" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"