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

Commit 8bf0688

Browse files
committed
Release v0.1.0
1 parent 175d710 commit 8bf0688

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
</small>
1111

12-
## [v0.1.0] - Unreleased
12+
## [v0.2.0] - Unreleased
1313

1414
### Added
1515

16-
- Basic end-to-end sync of Torrent indexers from Jackett into Sonarr
17-
- Pre-built binaries for Linux
18-
- Pre-built binaries for macOS
19-
- Pre-built binaries for Windows
20-
2116
### Fixed
2217

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

2924
### Known Issues
3025

26+
## [v0.1.0] - 2020-05-18
27+
28+
### Added
29+
30+
- Basic end-to-end sync of Torrent indexers from Jackett into Sonarr
31+
- Pre-built binaries for Linux
32+
- Pre-built binaries for macOS
33+
- Pre-built binaries for Windows
34+
35+
### Known Issues
36+
3137
- Sometimes the syncer doesn't correctly identify an existing indexer in
3238
Sonarr and attempts to create a new one instead.
39+
- Code quality is poor. This first release should be considered a proof-of-concept.
3340

34-
[Unreleased]: https://github.com/bjeanes/indexer-sync/tree/HEAD
41+
[v0.2.0]: https://github.com/bjeanes/indexer-sync/compare/v0.1.0..HEAD
42+
[v0.1.0]: https://github.com/bjeanes/indexer-sync/tree/v0.1.0

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Bo Jeanes <me@bjeanes.com>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8-
98
[dependencies]
109
reqwest = { version = "0.10", features = ["json", "cookies", "gzip", "json"] }
1110
tokio = { version = "0.2", features = ["full"] }
@@ -16,4 +15,4 @@ serde_json = { version = "1.0" }
1615

1716
[dev-dependencies]
1817
lazy_static = "1.4"
19-
paste = "0.1"
18+
paste = "0.1"

0 commit comments

Comments
 (0)