From 884c1378dc6d924653867b3deb441dcfa8415b49 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Wed, 26 Jun 2024 17:12:29 +0200 Subject: [PATCH] chore(release): 1.7.2 --- CHANGELOG.md | 7 +++++++ src-tauri/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82603d..17a183a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.2](https://github.com/Akylas/mbview-rs/compare/v1.7.1...v1.7.2) (2024-06-26) + + +### Bug Fixes + +* broken production build ([a91f371](https://github.com/Akylas/mbview-rs/commit/a91f371b85b2971a287edec443fd579b55ca7d76)) + ## [1.7.1](https://github.com/Akylas/mbview-rs/compare/v1.7.0...v1.7.1) (2024-06-23) ## [1.7.0](https://github.com/Akylas/mbview-rs/compare/v1.6.0...v1.7.0) (2023-05-28) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1563579..d5a0c71 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "MBTilesViewer" -version = "1.7.1" +version = "1.7.2" description = "MBtiles viewer and inspector" authors = [ "dev@akylasfr" ] license = "MIT"