Skip to content

Commit

Permalink
update to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Sep 15, 2023
1 parent 0943c49 commit 8c3d0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.14.0]

- update compat
- support Julia greater than or equals to v1.9

## [0.13.10]

- update compat
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeometricFlux"
uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea"
authors = ["Yueh-Hua Tu <[email protected]>"]
version = "0.13.10"
version = "0.14.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down

2 comments on commit 8c3d0ad

@yuehhua
Copy link
Member Author

@yuehhua yuehhua commented on 8c3d0ad Sep 15, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

  • update compat
  • support Julia greater than or equals to v1.9

@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/91502

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.14.0 -m "<description of version>" 8c3d0ad1552916f418a35bed30b9b42513d2d623
git push origin v0.14.0

Please sign in to comment.