Skip to content

Commit

Permalink
Update changelog and format using cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettehem committed May 17, 2024
1 parent 561ff8e commit 178841b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- Handling localized Spotify URLs

## [1.1.1] - 2024-05-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/spotify_url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mod tests {
);
test_cases.insert(
"https://open.spotify.com/intl-pt/track/3Kj2M9gRU1Lwf5eiNjBtBp",
SpotifyUrl::new("3Kj2M9gRU1Lwf5eiNjBtBp", UriType::Track)
SpotifyUrl::new("3Kj2M9gRU1Lwf5eiNjBtBp", UriType::Track),
);
test_cases.insert(
"https://open.spotify.com/user/~villainy~/playlist/0OgoSs65CLDPn6AF6tsZVg",
Expand Down

0 comments on commit 178841b

Please sign in to comment.