Skip to content

Commit

Permalink
chore: Release rerun-loader-collada version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 6, 2024
1 parent c9ec3df commit fcb40f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.2] - 2024-11-06

### Fixed

- executable name
Expand All @@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial version

<!-- next-url -->
[Unreleased]: https://github.com/gepetto/rerun-loader-collada/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/gepetto/rerun-loader-collada/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/gepetto/rerun-loader-collada/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/gepetto/rerun-loader-collada/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/gepetto/rerun-loader-collada/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rerun-loader-collada"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Rerun external mesh loader for collada files"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

rustPlatform.buildRustPackage {
pname = "rerun-loader-collada";
version = "0.1.1";
version = "0.1.2";

src = lib.fileset.toSource {
root = ./.;
Expand Down

0 comments on commit fcb40f6

Please sign in to comment.