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 6051ef4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# CHANGELOG.md

## 0.1.2

### Features

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

## 0.1.1

Features:
### Features

- Release to pypi
- Bug fixes

## 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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."
authors = [{ name = "Saif Sidhik", email = "mail@saifsidhik.page" }]
requires-python = ">= 3.10"
Expand Down

0 comments on commit 6051ef4

Please sign in to comment.