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.
v1.1.2 - 2023-11-14
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #86
- Bump codecov from 2.1.12 to 2.1.13 by @dependabot in #87
- Fixes an issue when the number of releases is more than 100 - baeac5b1344ec620258fa95a76acb61c0b93f314
Full Changelog: https://github.com/akshaybabloo/release-exporter/compare/1.1.1...v1.1.2
1.1.1 - 2023-04-01
- Error when using rex CLI (None type) by @akshaybabloo in #83
1.1.0 - 2023-04-01
- Updated requirements
v1.0.7 - 2022-12-27
all
command added - Creates changelog for markdown, rst and json at the same time.check_version
added inutils.py
and added as thread call to CLI
write_*()
->write()
.requests.py
->request.py
README.rst
->README.md
- f2e26d87113e6fc5f837036077fb92c58c564f09.format()
-> f-strings - 96e70ea00706c424a557c5079889e4d709e3e481
FormatRstBase
removed and merged withFormatBase
.
write_markdown()
andwrite_json()
removed - bd69bbfb1906f6e13d84312464ed9e8f32382b30
1.0.6 - 2018-03-01
- Blog URL updated
1.0.5 - 2018-02-21
rest
command added to README.rstrest
command added to cli.pyFormatRstBase
added tobase.py
- Header image updated with reStructuredText text
- cli fixed - see #2
1.0.4 - 2018-01-31
- CHANGELOG.rst and README.rst removed
pairwise
removed
.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
andTestGitHubRequestInit
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
andTestGitHubFormatJson
TestGitLabFormatMarkdown
andTestGitLabFormatJson
Problems you might encounter
added toREADME.md
and typos corrected- JSON output example added to
README.md
release-exporter.png
added toREADME.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()
configparser
raisesconfigparser.DuplicateSectionError
if more than one section is found.
url
changed insetup.py
description
now returns a string instead of just printing when the function is called_version.py
->version.py
version()
->__version__
RequestBase
merged intoFormatBase
sys.exit(1)
->raise
main
removed from__init__.py
andcli
is usedDuplicateSectionError
raised instead of usingprint
it
1.0.3 - 2018-01-16
v
removed from the version number- pypandoc usage removed and *.rst format added
- Unwanted encoding removed
1.0.2 - 2018-01-16
- Long description and changelog added to setup.py
- Typo
- Exception error type changed to ImportError
v1.0.1 - 2018-01-16
- Unreleased tag added to the template and GitHub
- Unreleased tag added to GitHub
- Tag missing in GitHub JSON fixed
- Tag missing in GitLab JSON fixed
Initial release.