Skip to content

Commit

Permalink
Includes no_std support in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Nov 9, 2023
1 parent 75162c5 commit 9d675c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### Pending
- Specializes `nth` and `nth_back` for any vertex, face and edge iterator
## [2.3.0] - 2023-11-09
- Adds `no_std` support (when using `default-features = false`, #92)

## [2.2.1] - 2023-11-03

# Changed
- Specializes `nth` and `nth_back` for any vertex, face and edge iterator
- Removed `optional` dependency (#91)
- Updated `robust` crate to 1.1.0 (#90)

Expand Down Expand Up @@ -269,6 +270,10 @@ A lot has changed for the 1.0. release, only larger changes are shown.
## 0.1.0 - 2016-09-23
Initial commit

[2.3.0]: https://github.com/Stoeoef/spade/compare/v2.2.1...v2.3.0

[2.2.1]: https://github.com/Stoeoef/spade/compare/v2.2.0...v2.2.1

[2.2.0]: https://github.com/Stoeoef/spade/compare/v2.0.0...v2.2.0

[2.1.0]: https://github.com/Stoeoef/spade/compare/v2.0.0...v2.1.0
Expand Down

0 comments on commit 9d675c1

Please sign in to comment.