Skip to content

Commit a22f53c

Browse files
chore: release v0.2.2 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 517035b commit a22f53c

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.2.2](https://github.com/joshka/line-clipping/compare/v0.2.1...v0.2.2) - 2025-05-11
8+
9+
### Added
10+
11+
- *(no_std)* make the crate `no_std`-compatible
12+
13+
### Fixed
14+
15+
- cleanup doc tests and formatting
16+
17+
### Other
18+
19+
- add rustfmt config
20+
- add git-cliff generated changelog
21+
- *(deps)* bump bitflags in the rust-dependencies group ([#2](https://github.com/joshka/line-clipping/pull/2))
22+
- add ci and release workflows
23+
724
### 🚀 Features
825

926
- *(no_std)* Make the crate `no_std`-compatible

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "line-clipping"
33
description = "A simple crate implementing line clipping algorithms."
44
authors = ["Josh McKinney"]
55
license = "MIT OR Apache-2.0"
6-
version = "0.2.1"
6+
version = "0.2.2"
77
edition = "2021"
88
documentation = "https://docs.rs/line-clipping"
99
repository = "https://github.com/joshka/line-clipping"

0 commit comments

Comments
 (0)