Skip to content

Instantly share code, notes, and snippets.

@rainchen
Created February 21, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainchen/2d6b606f0425ce6e18f621d7230b3926 to your computer and use it in GitHub Desktop.
Save rainchen/2d6b606f0425ce6e18f621d7230b3926 to your computer and use it in GitHub Desktop.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • Fix: fix is_minor method for version (6d08978 by Loïc Viennois).
  • Fix: fix parse_refs method for providerrefparser (dc51589 by Loïc Viennois).
  • Fix: correctly detect major version, for both angular style and basic style (7385e19 by Loïc Viennois).

Misc

  • Feat: add a new template keepachangelog-strictly (62b2d98 by RainChen).
  • Refactor: add typings in all classes and methods (95276ef by Loïc Viennois).

v0.2.0 (compare) - 2019-11-24

Added

  • Add compatibility for python 2.7 (ef8dbb8 by Timothée Mazzucotelli).

Documented

  • Docs: update changelog (eb80522 by Timothée Mazzucotelli).
  • Docs: fix docs build (bebc82a by Timothée Mazzucotelli).
  • Docs: clean up (b3f292b by Timothée Mazzucotelli).

Fixed

  • Fix: fix detection of feature (is_minor) for angular style (4fbf0ee by Loïc Viennois).

Misc

  • Chore: update packaging (7d07cf2 by Timothée Mazzucotelli).
  • Refactor: drop support for python 2 (d1add10 by Timothée Mazzucotelli).
  • Style: lint (2b5e007 by Timothée Mazzucotelli).
  • Chore: resolve merge conflicts (c711a8c by Timothée Mazzucotelli).
  • Chore: update docs (11c691b by Timothée Mazzucotelli).
  • Test: add tests for angular style - test feat and fix (b94dc7f by Loïc Viennois).
  • Chore: update from template using cruft (0d55c5e by Timothée Mazzucotelli).
  • Chore: manage template updates with cruft (1d9d94a by Timothée Mazzucotelli).
  • Chore: update dependencies (d1efa23 by Timothée Mazzucotelli).
  • Ci: remove instruction to delete cache (5667553 by Timothée Mazzucotelli).
  • Ci: fix check-safety cache issue? (f3a540a by Timothée Mazzucotelli).
  • Chore: sed 's/gitolog/git-changelog/' (c356998 by Timothée Mazzucotelli).
  • Test: fix tests (87dc6d7 by Timothée Mazzucotelli).
  • Chore: fix missing pytest-cov dependency (db0ae92 by Timothée Mazzucotelli).
  • Chore: clean up (12146c4 by Timothée Mazzucotelli).
  • Style: add nosec comments to ignore bandit warnings (10bc3f4 by Timothée Mazzucotelli).
  • Chore: sed 's/aria2p/git-changelog/' (c0034e2 by Timothée Mazzucotelli).
  • Style: lint the code using black and isort (555342c by Timothée Mazzucotelli).
  • Chore: clean up makefile (ced1c48 by Timothée Mazzucotelli).
  • Test: move test file in tests dir (312f949 by Timothée Mazzucotelli).
  • Chore: use poetry (wip) (0787ef6 by Timothée Mazzucotelli).
  • Ignore examples directory (28b5c6d by Timothée Mazzucotelli).

0.1.1 (compare) - 2018-06-27

Fixed

  • Fix build with manifest.in, add license file (013fb69 by Timothée Mazzucotelli).

Misc

  • Prepare release 0.1.1 (7e2baf8 by Timothée Mazzucotelli).
  • Improve readability (5e590f6 by Timothée Mazzucotelli).

0.1.0 (compare) - 2018-06-27

Added

  • Add github/gitlab regexes (584fd73 by Timothée Mazzucotelli).

Fixed

  • Fix patch bump (8470e69 by Timothée Mazzucotelli).
  • Fix refs parsing (8c77cb7 by Timothée Mazzucotelli).

Misc

  • Update changelog for version 0.1.0 (14edcaf by Timothée Mazzucotelli).
  • Finish packaging (#6) (e92b492 by Timothée Mazzucotelli).
  • Continue packaging (#6) (a29af2c by Timothée Mazzucotelli).
  • Package code (#6) (1219eaf by Timothée Mazzucotelli).
  • Improve angular template, improve style/refs system (5b87d48 by Timothée Mazzucotelli).
  • Implement reference parsing (a9b4a89 by Timothée Mazzucotelli).
  • Work in progress (27a60e8 by Timothée Mazzucotelli).
  • Initial commit (83845fe by Timothée Mazzucotelli).

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • fix: correctly detect major version, for both angular style and basic style (7385e19).
  • fix: fix is_minor method for Version (6d08978).
  • fix: fix parse_refs method for ProviderRefParser (dc51589).

Misc

  • feat: add a new template keepachangelog-strictly (62b2d98).
  • refactor: add typings in all classes and methods (95276ef).

v0.2.0 (compare) - 2019-11-24

Added

  • Add compatibility for Python 2.7 (ef8dbb8).

Documented

Fixed

  • fix: fix detection of feature (is_minor) for angular style (4fbf0ee).

Misc

  • chore: Clean up (12146c4).
  • chore: Clean up Makefile (ced1c48).
  • chore: Fix missing pytest-cov dependency (db0ae92).
  • chore: Manage template updates with cruft (1d9d94a).
  • chore: Resolve merge conflicts (c711a8c).
  • chore: sed 's/aria2p/git-changelog/' (c0034e2).
  • chore: sed 's/gitolog/git-changelog/' (c356998).
  • chore: Update dependencies (d1efa23).
  • chore: Update docs (11c691b).
  • chore: Update from template using cruft (0d55c5e).
  • chore: Update packaging (7d07cf2).
  • chore: Use poetry (WIP) (0787ef6).
  • ci: Fix check-safety cache issue? (f3a540a).
  • ci: Remove instruction to delete cache (5667553).
  • Ignore examples directory (28b5c6d).
  • refactor: Drop support for Python 2 (d1add10).
  • style: Add nosec comments to ignore bandit warnings (10bc3f4).
  • style: Lint (2b5e007).
  • style: Lint (8f48a36).
  • style: Lint the code using black and isort (555342c).
  • test: add tests for angular style - test feat and fix (b94dc7f).
  • test: Fix tests (87dc6d7).
  • test: Move test file in tests dir (312f949).

0.1.1 (compare) - 2018-06-27

Fixed

  • Fix build with MANIFEST.in, add license file (013fb69).

Misc

0.1.0 (compare) - 2018-06-27

Added

  • Add github/gitlab regexes (584fd73).

Fixed

Misc

  • Continue packaging (#6) (a29af2c).
  • Finish packaging (#6) (e92b492).
  • Implement reference parsing (a9b4a89).
  • Improve angular template, improve style/refs system (5b87d48).
  • Initial commit (83845fe).
  • Package code (#6) (1219eaf).
  • Update changelog for version 0.1.0 (14edcaf).
  • Update changelog for version 0.1.0 (610633d).
  • Update changelog for version 0.1.0 (2eaaa2e).
  • Work in progress (27a60e8).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment