Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jes committed Sep 5, 2023
1 parent 2739d36 commit 2a7bda2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.2] - 2023-09-05
- Rotary carving support (buggy, and the UI reports mm where it means
degrees, but it is useful for some cases)

## [0.1.1] - 2022-05-02
- Pngcam backend reimplemented in Go for more performance and easier packaging
- Toolpath segments are sorted so that they run in a more optimal order
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshmill",
"version": "0.1.1",
"version": "0.1.2",
"description": "Open source 3D CAM software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 2a7bda2

Please sign in to comment.