Skip to content

Commit

Permalink
REL: 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Oct 21, 2024
1 parent 3ae2c57 commit 43a158f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.4] - 2024-10-24

### Added

- adjoint action is a Lie algebra morphism
- `check_exp_ad` restricted to real groups

## [0.2.3]
## [0.2.3] - 2024-10-18

### Added

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 = "ManifoldGroupTesting"
uuid = "3d9140b9-2699-468e-abff-6b59d65ee1fd"
authors = ["Olivier Verdier <[email protected]> and contributors"]
version = "0.2.3"
version = "0.2.4"

[deps]
ManifoldGroupUtils = "1a3c8808-2843-4c72-af8e-d50ed15039bf"
Expand Down

2 comments on commit 43a158f

@olivierverdier
Copy link
Owner Author

Choose a reason for hiding this comment

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

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.2.4 -m "<description of version>" 43a158f207a5ded9b04b4b0038fda82d79431cec
git push origin v0.2.4

Please sign in to comment.