Skip to content

Commit 5fd96c3

Browse files
SurbhiJainUSCcopybara-github
authored andcommitted
Release of cloud-tpu-diagnostics v0.1.2
PiperOrigin-RevId: 567079224
1 parent 26035a8 commit 5fd96c3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pip_package/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,18 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
3434
3535
-->
3636

37+
## [0.1.2] - 2023-09-20
38+
* Improved stack trace readability and clarity by adding a message for more information
39+
3740
## [0.1.1] - 2023-06-21
3841
* Bug Fixes
3942
* Fixes dumping of stack traces on the console when exceptions like `AssertionError`, `tensorflow.python.framework.errors_impl.NotFoundError` are thrown when `collect_stack_trace=True` and `stack_trace_to_cloud=False`.
4043
* Updated README
4144

4245
## [0.1.0] - 2023-06-08
43-
4446
* Initial release of cloud-tpu-diagnostics PyPI package
4547
* FEATURE: Contains debug module to collect stack traces on faults
4648

49+
[0.1.2]: https://github.com/google/cloud-tpu-monitoring-debugging/compare/v0.1.1...v0.1.2
4750
[0.1.1]: https://github.com/google/cloud-tpu-monitoring-debugging/compare/v0.1.0...v0.1.1
4851
[0.1.0]: https://github.com/google/cloud-tpu-monitoring-debugging/releases/tag/v0.1.0

pip_package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[project]
1616
name = "cloud-tpu-diagnostics"
17-
version = "0.1.1"
17+
version = "0.1.2"
1818
authors = [
1919
{ name="Cloud TPU Team", email="cloud-tpu-eng@google.com" },
2020
]

0 commit comments

Comments
 (0)