forked from loic-sharma/BaGet
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
### 0.1.0 - Unreleased | ||
### 0.1.0 (2018-Nov-09) | ||
|
||
First release with a changelog. | ||
- added unit, integration tests and e2e tests with paket and nuget cli. | ||
- added release cycle and testing of docker image using continuous delivery practices. | ||
- implements read-through cache, which [does not work upstream](https://github.com/loic-sharma/BaGet/issues/93) | ||
- uses paket and FAKE for build system. | ||
- uses [Carter](https://github.com/CarterCommunity/Carter) for routing rather than bare Asp routing. | ||
- adds ability to log to graylog | ||
- builds SPA as part of pipeline | ||
- fixes handling package upload by [older clients and paket](https://github.com/loic-sharma/BaGet/issues/106) | ||
- added flag to run database migrations only when enabled |