Skip to content

Commit 167fe3e

Browse files
chore(minor): 1.7.0-beta.1 [skip ci]
## [1.7.0-beta.1](v1.6.0...v1.7.0-beta.1) (2025-03-21) ### πŸ• Features * Update dependencies, add proper Project Babble support ([da5e79c](da5e79c)) ### πŸ“ Documentation * Update FUNDING.yml ([70a1594](70a1594))
1 parent 9ed4267 commit 167fe3e

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [1.7.0-beta.1](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.6.0...v1.7.0-beta.1) (2025-03-21)
7+
8+
### πŸ• Features
9+
10+
* Update dependencies, add proper Project Babble support ([da5e79c](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/da5e79cb757838cd3f51c331efc586b457d71f86))
11+
12+
### πŸ“ Documentation
13+
14+
* Update FUNDING.yml ([70a1594](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/70a159434119a1aef9bdba96f91804cc6e3f28a0))
15+
616
## [1.6.0](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.5.0...v1.6.0) (2025-01-30)
717

818
### πŸ• Features

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etvr-firmware-flasher-tool",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"description": "A SolidJS project for EyeTrackVR",
66
"author": "EyeTrackVR",

β€Žsrc-tauri/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firmware_flashing_tool"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "A tool to flash the firmware of the EyeTrackVR device."
55
authors = ["DaOfficialWizard"]
66
license = "MIT"

β€Žsrc-tauri/tauri.conf.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "EyeTrackVR Firmware Flashing Tool",
11-
"version": "1.6.0"
11+
"version": "1.7.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
Β (0)