Skip to content

Commit

Permalink
Auto-merge release back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 26, 2024
2 parents 309b817 + 32e7f9c commit e4b4eeb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Create Release

on:
workflow_dispatch:
push:
branches:
- release
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v0.3.1 (2024-08-26)

### Ci

* ci: add manual trigger create release build ([`f5c577c`](https://github.com/Kitware/nrtk-explorer/commit/f5c577c86137dbb17fbce062f30a78e65d223682))

### Fix

* fix(nrtk_transforms): avoid runtime error from type hints ([`309b817`](https://github.com/Kitware/nrtk-explorer/commit/309b817344176539f6b0196dc798cda9880cfefc))

### Unknown

* Merge main to release ([`fd39df2`](https://github.com/Kitware/nrtk-explorer/commit/fd39df2f70128710779cbce356264a1fb4f252a1))

* lint ([`bd67b41`](https://github.com/Kitware/nrtk-explorer/commit/bd67b41818fe182cb5c7a279e2a1f1a0e7b59888))

* Fix type checks when missing libraries ([`8ea727a`](https://github.com/Kitware/nrtk-explorer/commit/8ea727af02539ace6054e8d74b7d907ca9f96ed8))

* Auto-merge release back to main ([`fc4fd3b`](https://github.com/Kitware/nrtk-explorer/commit/fc4fd3b16c0d91e4a29b6762b0fe7c0174df6e10))


## v0.3.0 (2024-08-07)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name="nrtk-explorer"
version="0.3.0"
version="0.3.1"
description="Model Visualizer"
authors = [
{name = "Alessandro Genova", email = "[email protected]"},
Expand Down

0 comments on commit e4b4eeb

Please sign in to comment.