Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeanes committed May 17, 2020
1 parent 175d710 commit 8bf0688
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

</small>

## [v0.1.0] - Unreleased
## [v0.2.0] - Unreleased

### Added

- Basic end-to-end sync of Torrent indexers from Jackett into Sonarr
- Pre-built binaries for Linux
- Pre-built binaries for macOS
- Pre-built binaries for Windows

### Fixed

### Changed
Expand All @@ -28,7 +23,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Known Issues

## [v0.1.0] - 2020-05-18

### Added

- Basic end-to-end sync of Torrent indexers from Jackett into Sonarr
- Pre-built binaries for Linux
- Pre-built binaries for macOS
- Pre-built binaries for Windows

### Known Issues

- Sometimes the syncer doesn't correctly identify an existing indexer in
Sonarr and attempts to create a new one instead.
- Code quality is poor. This first release should be considered a proof-of-concept.

[Unreleased]: https://github.com/bjeanes/indexer-sync/tree/HEAD
[v0.2.0]: https://github.com/bjeanes/indexer-sync/compare/v0.1.0..HEAD
[v0.1.0]: https://github.com/bjeanes/indexer-sync/tree/v0.1.0
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ authors = ["Bo Jeanes <me@bjeanes.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.10", features = ["json", "cookies", "gzip", "json"] }
tokio = { version = "0.2", features = ["full"] }
Expand All @@ -16,4 +15,4 @@ serde_json = { version = "1.0" }

[dev-dependencies]
lazy_static = "1.4"
paste = "0.1"
paste = "0.1"

0 comments on commit 8bf0688

Please sign in to comment.