Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Oct 9, 2018
1 parent 85f42d7 commit 5a29e71
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
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

0 comments on commit 5a29e71

Please sign in to comment.