Skip to content

Commit 7f0b4f0

Browse files
Release v0.3.0
1 parent 2a3adb9 commit 7f0b4f0

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-03-04
11+
12+
### Added
13+
- Password toggle visibility on login/password fields
14+
- Password complexity validation
15+
- Catalog viewer page for browsing the discovered catalog
16+
- Button on the data source list view to open the catalog viewer
17+
18+
### Fixed
19+
- `tsc -b` typecheck failure in `client.test.ts`; aligned `typecheck` script accordingly
20+
1021
## [0.2.2] - 2026-03-04
1122

1223
### Fixed

admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin-ui",
33
"private": true,
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "migration"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)