Skip to content

Commit

Permalink
alpha4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibusten committed Apr 3, 2021
1 parent 4aedbbe commit 83abaf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].

## [Unreleased]

## [1.0.0-alpha4] - 2021-04-03

### Added
- Retries for failed downloads
- Image metadata file downloader
Expand Down Expand Up @@ -70,7 +73,8 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
[Semantic Versioning]: https://semver.org/

<!-- Versions -->
[Unreleased]: https://github.com/Sibusten/philomena-client/compare/v1.0.0-alpha3...HEAD
[Unreleased]: https://github.com/Sibusten/philomena-client/compare/v1.0.0-alpha4...HEAD
[1.0.0-alpha4]: https://github.com/Sibusten/philomena-client/compare/v1.0.0-alpha3..v1.0.0-alpha4
[1.0.0-alpha3]: https://github.com/Sibusten/philomena-client/compare/v1.0.0-alpha2..v1.0.0-alpha3
[1.0.0-alpha2]: https://github.com/Sibusten/philomena-client/compare/v1.0.0-alpha1..v1.0.0-alpha2
[1.0.0-alpha1]: https://github.com/Sibusten/philomena-client/releases/v1.0.0-alpha1
2 changes: 1 addition & 1 deletion Sibusten.Philomena.Client/Sibusten.Philomena.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageDescription>A fluent C# client for interacting with imageboards running Philomena, such as Derpibooru.</PackageDescription>
<PackageTags>philomena; derpibooru; api; download; image; booru; imageboard; client; fluent</PackageTags>
<PackageId>Sibusten.Philomena.Client</PackageId>
<Version>1.0.0-alpha3</Version>
<Version>1.0.0-alpha4</Version>
<Authors>Sibusten</Authors>
<Company>Sibusten</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 83abaf5

Please sign in to comment.