Skip to content

Commit

Permalink
release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Nov 22, 2024
1 parent bc40c50 commit 5c0df81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.30.0] - 2024-11-22
### Added
- Added a new page `Query` that allows you to make sql queries without being tied to a dataset
- Impovements for readme section
- Add syntax highlight support for SQL in markdown
- Add copy to clipboard button for SQL blocks
- Add run button that opens "Data" tab in new window and executes the selected query


## [0.29.0] - 2024-11-12
### Fixed
- Readme section refresh when navigating between datasets
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kamu-platform",
"version": "0.29.0",
"version": "0.30.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
Expand Down

0 comments on commit 5c0df81

Please sign in to comment.