File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lox"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [" Lukas Kalbertodt <lukas.kalbertodt@gmail.com>" ]
5
5
edition = " 2021"
6
6
You can’t perform that action at this time.
0 commit comments