Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed Aug 6, 2024
1 parent 939a6dc commit b37e4e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# CHANGELOG.md

## 0.1.1
## [0.1.2] - 2024-08-06

Features:
### Features

- add minimal example on robot loading and writing custom controllers
- migrate to pixi install

## [0.1.1]

### Features

- Release to pypi
- Bug fixes

## 0.1.0
## [0.1.0]

Features:
### Features

- Initial working version of robot interface and IK interface
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[project]
name = "pybullet_robot"
version = "0.1.1"
version = "0.1.2"
description = "A generel Python interface class for robot simulations using PyBullet. Also provides an IK interface for multi-end-effector robots that uses bullet physics as a solver."
readme = "README.md"
authors = [{ name = "Saif Sidhik", email = "[email protected]" }]
requires-python = ">= 3.10"
dependencies = ["robot-descriptions>=1.11.0,<2"]
Expand Down

0 comments on commit b37e4e3

Please sign in to comment.