Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 25, 2024
1 parent f5fd9af commit 067e7f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.0] - 2024-07-25

### Added

- CICD: Add changelog workflow
Expand All @@ -13,8 +15,8 @@ All notable changes to this project will be documented in this file.

### Changed

- **Breaking:** Uppercase paths in Python for consistency with `robot_descriptions.py`
- Refactor the URDF generation process using Xacro and `xacrodoc`
- python: Uppercase paths for consistency with `robot_descriptions.py`

## [1.6.0] - 2024-07-05

Expand Down Expand Up @@ -120,7 +122,8 @@ Initial robot description.
- Robot description (kinematics, inertias, collisions) in URDF
- Scripts to compute box and cylinder inertias

[unreleased]: https://github.com/upkie/upkie_description/compare/v1.6.0...HEAD
[unreleased]: https://github.com/upkie/upkie_description/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/upkie/upkie_description/compare/v1.6.0...v2.0.0
[1.6.0]: https://github.com/upkie/upkie_description/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/upkie/upkie_description/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/upkie/upkie_description/compare/v1.3.0...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>upkie_description</name>
<version>1.6.0</version>
<version>2.0.0</version>
<description>Description package for the Upkie wheeled biped robot</description>
<author>Stéphane Caron</author>
<maintainer email="stephane.caron@normalesup.org">Stéphane Caron</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion python/upkie_description/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from .paths import MESHES_PATH, PATH, URDF_PATH

__version__ = "1.6.0"
__version__ = "2.0.0"

__all__ = [
"MESHES_PATH",
Expand Down

0 comments on commit 067e7f7

Please sign in to comment.