Skip to content

Commit

Permalink
Update shapes lib
Browse files Browse the repository at this point in the history
  • Loading branch information
emmabritton committed Dec 24, 2023
1 parent d2be7f8 commit 4ec775f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### Version 0.12.5
- Update shapes lib

### Version 0.12.4
- Add `ShapeCollection::bounds()`

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buffer-graphics-lib"
version = "0.12.4"
version = "0.12.5"
edition = "2021"
authors = ["Emma Britton <emmabritton@pm.me>"]
description = "Simple graphics library for buffers"
Expand All @@ -18,7 +18,7 @@ ici = ["ici-files"]

[dependencies]
thiserror = "1.0.51"
graphics-shapes = "0.2.4"
graphics-shapes = "0.2.5"
serde = { version = "1.0.193", features = ["derive"], optional = true }
image = { version = "0.24.7", optional = true }
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `Graphics` struct needs a mutable slice to work on and so mostly likely you'

In your `Cargo.toml` file add
```toml
buffer-graphics-lib = "0.12.4"
buffer-graphics-lib = "0.12.5"
```

### Code
Expand Down

0 comments on commit 4ec775f

Please sign in to comment.