Skip to content

Commit

Permalink
bumped version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wainwrightmark committed Dec 19, 2024
1 parent 9668856 commit 2d1c69f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ Possible header types:

## Unreleased

## v0.10.0 (2024-16-07)

### Breaking Changes

- Minimum supported rust version is now 1.83

### Added

- Added 'tiles_before' to tile sets
- Added 'tiles_before', `insert`, `remove` to tile sets
- Made more tile set functions const

## v0.9.0 (2024-16-07)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometrid"
version = "0.9.1"
version = "0.10.0"
authors = ["Mark Wainwright <wainwrightml@gmail.com>"]
description = "Everything you would ever need to work with constant sized square grids"
documentation = "https://docs.rs/geometrid"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![doc(html_root_url = "https://docs.rs/geometrid/0.9.1")]
#![doc(html_root_url = "https://docs.rs/geometrid/0.10.0")]
// #![deny(missing_docs)]
#![deny(warnings, dead_code, unused_imports, unused_mut)]
#![warn(clippy::pedantic)]
Expand Down

0 comments on commit 2d1c69f

Please sign in to comment.