Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Mar 15, 2023
1 parent ff4c064 commit 2dcb791
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

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

## Unreleased
## [0.9.0] - 2023/03/15

### Added

- Example: Draco 3 humanoid by @shbang91
- Joint-coupling task by @shbang91
- Linear holonomic task by @shbang91
- Unit tests for joint-coupling and linear holonomic tasks by @shbang91

### Changed

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .tasks import Task
from .utils import custom_configuration_vector

__version__ = "0.9.0rc0"
__version__ = "0.9.0"

__all__ = [
"Configuration",
Expand Down

0 comments on commit 2dcb791

Please sign in to comment.