Skip to content

Commit 8e7f317

Browse files
btabacopybara-github
authored andcommitted
Update changelog, bump version.
PiperOrigin-RevId: 774855639 Change-Id: Idfb890ea42592b3201f624b0e23a83b0b594692a
1 parent ed6f7e5 commit 8e7f317

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [0.0.5] - 2025-06-23
6+
7+
- Change `light_directional` to `light_type` following MuJoCo API change from version 3.3.2 to 3.3.3. Fixes https://github.com/google-deepmind/mujoco_playground/issues/142.
8+
- Fix bug in `get_qpos_ids`.
9+
- Implement `render` in Wrapper.
10+
- Fix https://github.com/google-deepmind/mujoco_playground/issues/123.
11+
- Fix https://github.com/google-deepmind/mujoco_playground/issues/126.
12+
- Fix https://github.com/google-deepmind/mujoco_playground/issues/41.
13+
514
## [0.0.4] - 2025-02-07
615

716
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "playground"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
readme = "README.md"
99
authors = [
1010
{name = "Google DeepMind", email = "mujoco@deepmind.com"},

0 commit comments

Comments
 (0)