Skip to content

Releases: akshaybabloo/release-exporter

v1.1.2

14 Nov 22:15
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: 1.1.1...v1.1.2

1.1.1

01 Apr 07:17
Compare
Choose a tag to compare

Fixes

1.1.0

01 Apr 06:31
Compare
Choose a tag to compare

Added

  • Updated requirements

v1.0.7

27 Dec 01:14
Compare
Choose a tag to compare

Added

  • all command added - Creates changelog for markdown, rst and json at the same time.
  • check_version added in utils.py and added as thread call to CLI

Changed

  • write_*() -> write().
  • requests.py -> request.py
  • README.rst -> README.md - f2e26d8
  • .format() -> f-strings - 96e70ea

Removed

  • FormatRstBase removed and merged with FormatBase.

Breaking

  • write_markdown() and write_json() removed - bd69bbf

1.0.6

01 Mar 04:19
Compare
Choose a tag to compare

Updated

  • Blog URL updated

1.0.5

21 Feb 03:08
Compare
Choose a tag to compare

Added

  • rest command added to README.rst
  • rest command added to cli.py
  • FormatRstBase added to base.py

Changed

  • Header image updated with reStructuredText text

Fixed

  • cli fixed - see #2

1.0.4

31 Jan 03:45
Compare
Choose a tag to compare

Removed

  • CHANGELOG.rst and README.rst removed
  • pairwise removed

Added

  • .tox/* and *tests* to ignore list for codecov
  • Codecov and build status badges added
  • Tests added -
    • date_convert,
    • multi_key_gitlab,
    • description
    • base.py,
    • version
    • test_date_convert_pass2
    • test_GitHubRequest_fail, test_GitHubRequest_fail_2 and TestGitHubRequestInit
    • TestGitHubRequestFail
    • TestGitHubRequest, test_GitLabRequest_fail, test_GitLabRequest_fail_2, TestGitLabRequestInit, TestGitLabRequestFail, TestGitLabRequest
    • test_GitLab_repo_id
    • test_get_repo_url_info_fail_2
    • test_cli_help, test_print_version
    • test_markdown_fail, test_json_fail
    • test_markdown_fail_2, test_json_fail_2
    • test_markdown_exception, test_json_exception, test_markdown_fail_3, test_json_fail_3
    • TestGitHubFormatMarkdown and TestGitHubFormatJson
    • TestGitLabFormatMarkdown and TestGitLabFormatJson
  • Problems you might encounter added to README.md and typos corrected
  • JSON output example added to README.md
  • release-exporter.png added to README.md
  • CHANGELOG.json added
  • Usage of --location clearly explained.
  • Blog URL added to README.md
  • invalid token added as exception in exceptions.py
  • Create temp files for testing get_repo_url_info()

Fixed

  • configparser raises configparser.DuplicateSectionError if more than one section is found.

Changed

  • url changed in setup.py
  • description now returns a string instead of just printing when the function is called
  • _version.py -> version.py
  • version() -> __version__
  • RequestBase merged into FormatBase
  • sys.exit(1) -> raise
  • main removed from __init__.py and cli is used
  • DuplicateSectionError raised instead of using print it

1.0.3

16 Jan 23:27
Compare
Choose a tag to compare

Changed

  • v removed from the version number
  • pypandoc usage removed and *.rst format added
  • Unwanted encoding removed

Description added

16 Jan 04:39
Compare
Choose a tag to compare

Added

  • Long description and changelog added to setup.py

Fixed

  • Typo
  • Exception error type changed to ImportError

Fix release

16 Jan 04:07
Compare
Choose a tag to compare

Added

  • Unreleased tag added to the template and GitHub
  • Unreleased tag added to GitHub

Fixed

  • Tag missing in GitHub JSON fixed
  • Tag missing in GitLab JSON fixed