Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada authored Jan 29, 2025
1 parent 8ee7150 commit 19dd03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TulipaEnergyModel"
uuid = "5d7bd171-d18e-45a5-9111-f1f11ac5d04d"
authors = ["Abel Soares Siqueira <[email protected]>", "Diego A. Tejada-Arango <[email protected]>", "Germán Morales-España <[email protected]>", "Grigory Neustroev <[email protected]>", "Juha Kiviluoma <[email protected]>", "Lauren Clisby <[email protected]>", "Maaike Elgersma <[email protected]>", "Ni Wang <[email protected]>", "Suvayu Ali <[email protected]>", "Zhi Gao <[email protected]>"]
version = "0.10.2"
version = "0.11.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit 19dd03f

@datejada
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Breaking changes

  • Major internal refactoring of the code to speed up the model creation using DuckDB
  • Input schema has changed. Therefore, CSV files from version 0.10.x V must be upgraded to the new format in version 0.11.0

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/123915

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.0 -m "<description of version>" 19dd03f74989350b9d837e946369fe83545c5e76
git push origin v0.11.0

Please sign in to comment.