2 Commits e0abe080fc ... 1b4229a633

Author SHA1 Message Date
  Fabian Peter Hammerle 1b4229a633 gitignore 4 years ago
  Fabian Peter Hammerle 34f69d144d release v0.1.0 4 years ago
2 changed files with 15 additions and 0 deletions
  1. 6 0
      .gitignore
  2. 9 0
      CHANGELOG.md

+ 6 - 0
.gitignore

@@ -1 +1,7 @@
+*.egg-info
+*.py[cdo]
+.*.sw[nop]
 .coverage
+.eggs/
+build/
+dist/

+ 9 - 0
CHANGELOG.md

@@ -0,0 +1,9 @@
+# Changelog
+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/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## Unreleased
+
+## 0.1.0 - 2020-01-02