Skip to content

Commit 566e166

Browse files
ConchylicultorThe visu3d Authors
authored andcommitted
Release 1.4.0
PiperOrigin-RevId: 502391304
1 parent 41b845a commit 566e166

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Changelog follow https://keepachangelog.com/ format.
88

99
## [Unreleased]
1010

11+
## [1.4.0] - 2023-01-16
12+
1113
* DataclassArrays:
1214
* Added: `v3d.Spec360` camera spec to support 360 videos.
1315
* `v3d.math`:
@@ -74,7 +76,8 @@ Changelog follow https://keepachangelog.com/ format.
7476

7577
* Normalize `look_at` by default
7678

77-
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.3.0...HEAD
78-
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.2.0...v1.3.0
79+
[Unreleased]: https://github.com/google-research/visu3d/compare/v1.4.0...HEAD
80+
[1.4.0]: https://github.com/google-research/visu3d/compare/v1.3.0...v1.4.0
81+
[1.3.0]: https://github.com/google-research/visu3d/compare/v1.2.0...v1.3.0
7982
[1.2.0]: https://github.com/google-research/visu3d/compare/v1.1.0...v1.2.0
8083
[1.1.0]: https://github.com/google-research/visu3d/releases/tag/v0.3.2

visu3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
# Note:
5050
# * Make sure to also update the `CHANGELOG.md` before this.
5151
# * Make sure to also trigger an `etils` release
52-
__version__ = '1.3.0'
52+
__version__ = '1.4.0'

0 commit comments

Comments
 (0)