2 Commits e0abe080fc ... 1b4229a633

Autore SHA1 Messaggio Data
  Fabian Peter Hammerle 1b4229a633 gitignore 5 anni fa
  Fabian Peter Hammerle 34f69d144d release v0.1.0 5 anni fa
2 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  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