Skip to content

Commit 61b5e08

Browse files
committed
prep release
1 parent a3fc633 commit 61b5e08

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- DON'T TOUCH THESE -->
22

33
[unreleased]: https://github.com/rubatopy/rubato/
4+
[v0.4.0]: https://github.com/rubatopy/rubato/tree/v0.4.0
45
[v0.3.5]: https://github.com/rubatopy/rubato/tree/v0.3.5
56
[v0.3.4]: https://github.com/rubatopy/rubato/tree/v0.3.4
67
[v0.3.3]: https://github.com/rubatopy/rubato/tree/v0.3.3
@@ -15,7 +16,7 @@
1516

1617
# Changelog
1718

18-
## [Unreleased] - November 20, 2022 (Expected)
19+
## [v0.4.0] - November 18, 2022
1920

2021
### Breaking Changes
2122

@@ -47,8 +48,6 @@
4748
- `Image` can now be created with an empty string. This is needed when cloning.
4849
- `Scene` and `Group` remove functions can now take in multiple items like the add functions.
4950

50-
### Removed
51-
5251
### Fixed
5352

5453
- Adding groups and gameobjects adds them at the end of a frame instead of in the middle of one.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rubato
3-
version = v0.3.5
3+
version = v0.4.0
44
url = https://rubato.app
55
download_url = https://docs.rubato.app/latest/intro
66
project_urls =

0 commit comments

Comments
 (0)