Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2025-12-19

### Fixed

- Fixed relative links in README that didn't work on PyPI

## [0.1.1] - 2025-12-19

### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Exit codes: `0` on success, `1` on error.

## Configuration

SpotiSync uses a `config.yaml` file. The setup wizard creates this for you, or see [`config.example.yaml`](config.example.yaml) for all options.
SpotiSync uses a `config.yaml` file. The setup wizard creates this for you, or see [`config.example.yaml`](https://github.com/bulletinmybeard/spotisync/blob/master/config.example.yaml) for all options.

**Multiple sync groups** - Sync different sources to different targets:

Expand Down Expand Up @@ -410,9 +410,9 @@ Reload: `. $PROFILE`

## Links

- [Configuration Example](config.example.yaml)
- [Changelog](CHANGELOG.md)
- [Configuration Example](https://github.com/bulletinmybeard/spotisync/blob/master/config.example.yaml)
- [Changelog](https://github.com/bulletinmybeard/spotisync/blob/master/CHANGELOG.md)

## License

MIT License - see the [LICENSE](LICENSE) file for details.
MIT License - see the [LICENSE](https://github.com/bulletinmybeard/spotisync/blob/master/LICENSE) file for details.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spotisync"
version = "0.1.1"
version = "0.1.2"
description = "SpotiSync - Smart syncing for Spotify playlists"
authors = ["Robin Schulz <bulletinmybeard@gmail.com>"]
readme = "README.md"
Expand Down