Skip to content

Commit

Permalink
chore: bump version to 3.8.3 and generate changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Oct 9, 2024
1 parent 8c5ece5 commit fdde972
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spotube-publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
version:
description: Version to publish (x.x.x)
default: 3.8.2
default: 3.8.3
required: true
dry_run:
description: Dry run
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

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.

## [3.8.2](https://github.com/krtirtho/spotube/compare/v3.8.0...v3.8.1) (2024-09-30)
## [3.8.3](https://github.com/krtirtho/spotube/compare/v3.8.2...v3.8.3) (2024-10-09)

## Changes

### Bug Fixes

- update youtube_explode_dart to 2.2.3 to fix no playback (#1980)

### Features

- **macos**: enable same window webview support

## [3.8.2](https://github.com/krtirtho/spotube/compare/v3.8.1...v3.8.2) (2024-09-30)

## Changes

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2427,10 +2427,10 @@ packages:
dependency: "direct main"
description:
name: youtube_explode_dart
sha256: "133a65907e6cf839ac7643d92dc5c56b37fcebe4f0a8f0e67716dffa500c0ef0"
sha256: "28dca07fefb4b6518beab95f0c1ef81031f921ed0fe87ebcd9c51378546edfee"
url: "https://pub.dev"
source: hosted
version: "2.2.2"
version: "2.2.3"
sdks:
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El

publish_to: "none"

version: 3.8.2+35
version: 3.8.3+36

homepage: https://spotube.krtirtho.dev
repository: https://github.com/KRTirtho/spotube
Expand Down

0 comments on commit fdde972

Please sign in to comment.