Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daoleno committed Sep 27, 2024
1 parent 823226e commit da62347
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.3] - 2024-09-27

### Fixed

- Fixed duckdb timezone query panic
- Fixed data visualization chart scale and overflow

## [0.4.2] - 2024-09-26

### Fixed
Expand Down Expand Up @@ -75,4 +82,5 @@
[0.3.0]: https://github.com/raardev/raar/releases/tag/0.3.0
[0.4.0]: https://github.com/raardev/raar/releases/tag/0.4.0
[0.4.1]: https://github.com/raardev/raar/releases/tag/0.4.1
[0.4.2]: https://github.com/raardev/raar/releases/tag/0.4.2
[0.4.2]: https://github.com/raardev/raar/releases/tag/0.4.2
[0.4.3]: https://github.com/raardev/raar/releases/tag/0.4.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raar",
"private": true,
"version": "0.4.2",
"version": "0.4.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raar"
version = "0.4.2"
version = "0.4.3"
description = "RaaR"
authors = ["daoleno"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "RaaR",
"version": "0.4.2"
"version": "0.4.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit da62347

Please sign in to comment.