Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
chore(main): release 0.3.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice authored May 3, 2024
1 parent 6d6a07d commit 14df75b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.0](https://github.com/Mouwrice/DrumPy/compare/v0.2.1...v0.3.0) (2024-05-03)


### Features

* improve tracking and drum ([6d6a07d](https://github.com/Mouwrice/DrumPy/commit/6d6a07dfc787931d6abc8bcb07f3caab62ebdb86))


### Bug Fixes

* .task files path ([77361f6](https://github.com/Mouwrice/DrumPy/commit/77361f6cd3afecaa1fcd0c61669747209382388d))
* fix camera input axis transformation and improve hit detection ([7665f5f](https://github.com/Mouwrice/DrumPy/commit/7665f5fa7e42c509ae4a301773e7f0f25466bee0))
* fix corrupt audio file ([b656121](https://github.com/Mouwrice/DrumPy/commit/b65612101a691d1227f2b89266e545c202023633))

## [0.2.1](https://github.com/Mouwrice/DrumPy/compare/v0.2.0...v0.2.1) (2024-04-27)


Expand Down Expand Up @@ -121,4 +135,4 @@
* fix refactor issues ([4bed9dd](https://github.com/Mouwrice/DrumPy/commit/4bed9ddb551fffc511b1779aec962c996b7a17c6))
* fix writing to file ([bd9ee9a](https://github.com/Mouwrice/DrumPy/commit/bd9ee9a032fdc344f15b2de408e84fbbaef10672))
* intellij stuff ([f93571c](https://github.com/Mouwrice/DrumPy/commit/f93571c58e588dbb5a080055e74316a45fd4dd16))
* processing ([c513005](https://github.com/Mouwrice/DrumPy/commit/c5130056ff44817c7052019cad088b723fad4f39))
* processing ([c513005](https://github.com/Mouwrice/DrumPy/commit/c5130056ff44817c7052019cad088b723fad4f39))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "drumpy"
version = "0.2.1"
version = "0.3.0"
description = ""
authors = ["Maurice Van Wassenhove <mauricevanwassenhove@fastmail.com>"]

Expand Down

0 comments on commit 14df75b

Please sign in to comment.