Skip to content

Commit 80c0e20

Browse files
Bump version to 0.1.1
1 parent 7031935 commit 80c0e20

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
## [Unreleased]
7+
8+
## [0.1.1] - 2023-04-23
9+
- Added SVG images to docs of `DirectedEdgeMesh`, `SharedVertexMesh` and to three methods of `MeshMut`.
10+
- Added example with non-triangular mesh to crate docs.
11+
12+
13+
## 0.1.0 - 2023-04-18
14+
- Added Everything
15+
16+
17+
[Unreleased]: https://github.com/LukasKalbertodt/lox/compare/v0.1.1...HEAD
18+
[0.1.1]: https://github.com/LukasKalbertodt/lox/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lox"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)