We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75f23 commit 3e9720dCopy full SHA for 3e9720d
CHANGELOG.md
@@ -1,9 +1,15 @@
1
-Changelog
2
-=========
+# Changelog
3
4
-master
5
-------
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.2.0] - 2018-12-15
9
10
- Removed archive functionality, now uses a single lock file.
11
- Improved report to show author, hash and added option to show the full
12
commit message.
13
+- Handle runtime errors that may happen during composer update (e.g. exceeding
14
+ API limit).
15
+- Various refactoring.
0 commit comments