Skip to content

Tags: Sam2much96/godot-rust

Tags

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge godot-rust#937

937: Prepare 0.10.1 release r=Bromeon a=Bromeon

bors try

Co-authored-by: Jan Haller <[email protected]>

0.10.0

Toggle 0.10.0's commit message
Add 'std' feature for regex crate

0.10.0-rc.0

Toggle 0.10.0-rc.0's commit message
Fix explicit version requirement in dev-dependencies

This is used for doc-tests, and would use a cyclic dependency if an explicit version is specified.
See also: rust-lang/cargo#4242

Also add some output to publishing CI.

0.9.3

Toggle 0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge godot-rust#687

687: Bump version to 0.9.3 r=toasteater a=toasteater



Co-authored-by: toasteater <[email protected]>

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge godot-rust#683

683: Prepare release 0.9.2 r=toasteater a=toasteater

This is a minor release focusing on improving documentation and rounding out rough edges of the API.

- Bumped all version numbers to 0.9.2
- Bumped dependencies to latest versions.
- Updated CHANGELOG.

Co-authored-by: toasteater <[email protected]>

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge godot-rust#619

619: Prepare for release 0.9.1 r=toasteater a=toasteater

This is a minor release with mostly bug fixes since the 0.9.0 release.

- Bumped all version numbers to 0.9.1
- Bumped `parking_lot` dependency to 0.11.0
- Updated CHANGELOG

Co-authored-by: toasteater <[email protected]>

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge godot-rust#558

558: Prepare for release 0.9 r=toasteater a=toasteater

After almost a month of preview, the new API seems solid enough for a proper release.

- Bumped all version numbers to 0.9.0
- Removed thrid-party resources that aren't updated to 0.9 yet.
- Updated CHANGELOG

Draft status: maybe we want to wait for Godot 3.2.3-stable release and update the api.json, since that seems close enough?

Co-authored-by: toasteater <[email protected]>

0.9.0-preview.0

Toggle 0.9.0-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge godot-rust#500

500: Prepare for release 0.9.0-preview.0 r=toasteater a=toasteater

~~Issue number squatting~~ Preparation PR for the 0.9.0 preview release!

Version 0.9 contains a lot of large interface changes that are intended to be solutions to long-standing problems in the API. A lot of good contributions have been merged in the past months, and they are ready for some real-world testing! Since the changes are rather large, we'll release a preview version to weed out any problems before actually committing to the version bump. If no problems are found, this will then proceed to become 0.9!

Draft status: we'll want to clear the other issues in the 0.9 milestone before merging this.

Co-authored-by: toasteater <[email protected]>

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request godot-rust#388 from toasteater/chore/prepare-0.8.1

Prepare for release 0.8.1

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request godot-rust#314 from toasteater/chore/prepare-0.8

Add release date and unreleased section.