Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.1](https://github.com/Zero-True/zero-true/compare/v0.6.0...v0.6.1) (2025-01-30)


### Bug Fixes

* **express:** upgrade version to address high-risk vulnerability ([8718f48](https://github.com/Zero-True/zero-true/commit/8718f48d69c7be17e1b993ceb5ab936051409ed1))
* **ui:** pinned alerts below app bar and propagated connection status to footer ([#424](https://github.com/Zero-True/zero-true/issues/424)) ([e0dbc60](https://github.com/Zero-True/zero-true/commit/e0dbc6036a9fce84709837f4d4545ceb12164755))
* upgraded version of express to fix high risk security vulnerability ([#420](https://github.com/Zero-True/zero-true/issues/420)) ([8718f48](https://github.com/Zero-True/zero-true/commit/8718f48d69c7be17e1b993ceb5ab936051409ed1))
* upgraded vue-tsc to fix template-compiler vulnerability ([#423](https://github.com/Zero-True/zero-true/issues/423)) ([fd783d7](https://github.com/Zero-True/zero-true/commit/fd783d729bbe03935b31197f43c9e6ae141bcb0e))

## [0.6.0](https://github.com/Zero-True/zero-true/compare/v0.5.3...v0.6.0) (2025-01-20)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license_files = LICENSE
description = A collaborative notebook built for data scientists
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.6.0
version = 0.6.1
[options]
include_package_data = true
packages = find:
Expand Down