Skip to content

Commit

Permalink
Tag 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Oct 11, 2024
1 parent e3cdfef commit f1e2a56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [0.35.0]
- [tanoshi] Better reproducible builds
- [tanoshi] Update dependencies for hashing, compression, graphql, sqlx
- [tanoshi-tauri] Separate out tauri
- [tanoshi-tauri] Upgrade to tauri 2.X
- [tanoshi-web] Update wasm-bindgen, sass, dart
- [tanoshi-web] Remove deprecated color function calls

## [0.34.0]
- [tanoshi] Update some more dependencies
- [tanoshi] Fix lots of deprecated warnings
Expand Down
2 changes: 1 addition & 1 deletion crates/tanoshi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tanoshi"
version = "0.34.0"
version = "0.35.0"
edition = "2021"
description = "Tanoshi"
repository = "https://github.com/luigi311/tanoshi"
Expand Down

0 comments on commit f1e2a56

Please sign in to comment.