File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ### Changed
10+
11+ - Change the default branch to ` devel ` ([ #547 ] ( https://github.com/stack-of-tasks/eigenpy/pull/547 ) )
12+
913## [ 3.11.0] - 2025-04-25
1014
1115### Added
1216
13- - Add user-defined literal ""_ a for bp::arg ([ #545 ) (https://github.com/stack-of-tasks/eigenpy/pull/545 ))
17+ - Add user-defined literal ""_ a for bp::arg ([ #545 ] ( https://github.com/stack-of-tasks/eigenpy/pull/545 ) )
1418
1519### Fixed
1620
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ To create a release with Pixi run the following commands on the **devel** branch
66EIGENPY_VERSION=X.Y.Z pixi run release_new_version
77git push origin
88git push origin vX.Y.Z
9- git push origin devel:master
109```
1110
1211Where ` X.Y.Z ` is the new version.
You can’t perform that action at this time.
0 commit comments