Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Aug 9, 2023
1 parent c46f539 commit 4c53767
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trackball"
version = "0.11.0"
version = "0.11.1"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
description = "Virtual Trackball Orbiting via the Exponential Map"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Identical [C11 implementation](c11) for [`Orbit`] operation handler behind `cc`

```toml
[dependencies]
trackball = { version = "0.11.0", features = ["cc"] }
trackball = { version = "0.11.1", features = ["cc"] }
```

[`Orbit`]: https://docs.rs/trackball/latest/trackball/struct.Orbit.html
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.11.1 (2023-08-09)

* Fix scale boundary in `Scope::scale()` mode.
* Disable `rkyv` for `docsrs`.

# Version 0.11.0 (2023-08-08)

* Refactor `Clamp` as trait realizing gliding along a boundary `Plane`. This
Expand Down
2 changes: 1 addition & 1 deletion c11/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('trackball', 'c',
version : '0.11.0',
version : '0.11.1',
license : 'MIT OR Apache-2.0',
default_options : ['c_std=c11'])

Expand Down
2 changes: 1 addition & 1 deletion c11/src/trackball.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// [S2CID]: https://en.wikipedia.org/wiki/S2CID_(identifier)
/// [44199608]: https://api.semanticscholar.org/CorpusID:44199608
///
/// \version v0.11.0
/// \version v0.11.1
/// \author Rouven Spreckels <[email protected]>
/// \copyright MIT OR Apache-2.0
///
Expand Down

0 comments on commit 4c53767

Please sign in to comment.