Skip to content

Commit

Permalink
0.2.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 5, 2024
1 parent 829c638 commit 066d193
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.2.14 (2024-08-05)

### Chore

* chore: remove issue templates ([`fa146c9`](https://github.com/Krande/adapy/commit/fa146c982e2eaee0647d871819e1acece5d828be))

### Fix

* fix: make minor updates to add compatibility with ifcopenshell v0.8 (#103) ([`829c638`](https://github.com/Krande/adapy/commit/829c6380f8166cc9872969d307ac11ec03b90fa2))


## v0.2.13 (2024-06-26)

### 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.13"
version = "0.2.14"
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.13",
"version": "0.2.14",
"scripts": {
"prebuild": "node clean.js",
"build": "vite build && node embed-script.js",
Expand Down

0 comments on commit 066d193

Please sign in to comment.