Skip to content

Commit

Permalink
Merge pull request #9 from nxsaken/release-0.2.0
Browse files Browse the repository at this point in the history
Prepare 0.2.0 release
  • Loading branch information
nxsaken committed Dec 18, 2023
2 parents bf61b68 + 9d84049 commit bdda6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "clipline"
version = "0.1.3"
version = "0.2.0"
authors = ["Nurzhan Sakén <nurzhan.sakenov@gmail.com>"]
edition = "2021"
description = "Efficient scan conversion (rasterization) of line segments with clipping to a rectangular window."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To use `clipline`, add it to your `Cargo.toml` file:

```toml
[dependencies]
clipline = "0.1.3"
clipline = "0.2.0"
```

## Usage
Expand Down

0 comments on commit bdda6da

Please sign in to comment.