Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 27, 2024
1 parent 1b15c70 commit bad2bc3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.3.0 (2024-09-27)

### Feature

* feat: update websocket handling, frontend updates, more bspline support (#113) ([`1b15c70`](https://github.com/Krande/adapy/commit/1b15c70f574e8bb01498813cf9e0346bc4ac23ca))


## v0.2.18 (2024-09-04)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ada-py"
version = "0.2.18"
version = "0.3.0"
authors = [
{ name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" },
]
Expand Down
16 changes: 8 additions & 8 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ada-py-viewer",
"version": "0.2.18",
"version": "0.3.0",
"type": "module",
"scripts": {
"prebuild": "node clean.cjs",
Expand Down

0 comments on commit bad2bc3

Please sign in to comment.