Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Apr 13, 2021
1 parent 773fc76 commit 9eb7b66
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.2.3"
version = "0.3.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2018"
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 @@ -99,7 +99,7 @@ Identical [C11 implementation](c11) for [`Orbit`] operation handler behind `cc`

```toml
[dependencies]
trackball = { version = "0.2", features = ["cc"] }
trackball = { version = "0.3", features = ["cc"] }
```

[`Orbit`]: https://doc.qu1x.dev/trackball/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.3.0 (2021-04-13)

* Add `Fixed` quantity wrt field of view.
* Update dependencies.

# Version 0.2.3 (2021-04-08)

* Switch to [BSD-2-Clause-Patent](LICENSES/BSD-2-Clause-Patent.md).
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.2.3',
version : '0.3.0',
license : 'BSD-2-Clause-Patent',
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.2.3
/// \version v0.3.0
/// \author Rouven Spreckels <[email protected]>
/// \copyright BSD-2-Clause-Patent
///
Expand Down

0 comments on commit 9eb7b66

Please sign in to comment.