Skip to content

Latest commit

 

History

History
363 lines (177 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

363 lines (177 loc) · 13.7 KB

CHANGELOG

v3.2.0 (2023-10-03)

Build

  • build(deps): bump gitpython from 3.1.31 to 3.1.34

Bumps gitpython from 3.1.31 to 3.1.34.


updated-dependencies:

  • dependency-name: gitpython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (3f4373c)

Feature

Unknown

  • Merge pull request #30 from tjtharrison/dependabot/pip/gitpython-3.1.34

build(deps): bump gitpython from 3.1.31 to 3.1.34 (82dfaf4)

  • Merge pull request #28 from magmanu/feat/add_chore_option

feat: Add chore option (56623f7)

v3.1.2 (2023-06-10)

Ci

  • ci: Updated linting to only run on changed python files (7e523fe)

Documentation

  • docs: Added reference to signed commits (b7ea878)

  • docs: Improved documentation (32a4ee8)

Fix

  • fix: Fixing up pylint (ece114a)

  • fix: More CI fixing and docstring linting (41b5c9a)

  • fix: Fixing CI (158d630)

  • fix: Fixed linting and standardise docstrings (5bfa8af)

Unknown

  • Merge pull request #26 from tjtharrison/improve_error_handling

Improve error handling (43d4528)

  • Linted and formatted files (08d241c)

  • Improved error handling (98dae03)

  • Merge pull request #25 from tjtharrison/14-improve-documentation

docs: Improved documentation (2ad899d)

v3.1.1 (2023-04-23)

Ci

  • ci: Updated linting to run against unit tests (7bffdf8)

  • ci: Fixed up unit tests (2d286a2)

Fix

  • fix: Installing pylint in ci (0ff7db9)

Unknown

  • Merge pull request #24 from tjtharrison/unit-test-linting

Unit test linting (fe4f4af)

  • Merge branch 'unit-test-linting' of github.com:tjtharrison/gpush into unit-test-linting (fce811a)

  • Linted and formatted files (37d400a)

v3.1.0 (2023-04-23)

Feature

  • feat: Added --branch flag to provide custom branch (f03986b)

Fix

  • fix: Corrected current branch selection (018fb07)

Unknown

  • Merge pull request #23 from tjtharrison/16-variable-for-additional-git-commands

feat: Added --branch flag to provide custom branch (13f4e70)

v3.0.1 (2023-04-19)

Fix

  • fix: Removed debug prints (9abbc9a)

Unknown

  • Merge pull request #22 from tjtharrison/remove_debug_prints

fix: Removed debug prints (6939b88)

v3.0.0 (2023-04-19)

Breaking

  • fix!: Renamed gpush to gpush.py and wrote some unit tests (eff2f89)

Ci

  • ci: Excluded tests dir from pylint (e7de96e)

  • ci: Updated setup file to duplicate gpush (47f32b1)

  • ci: Working on unit tests, added build/teardown (4166b86)

Feature

  • feat: Wrote unit tests and added --message option for overrides (b046108)

Unknown

  • Merge pull request #21 from tjtharrison/13-add-unit-tests

13 add unit tests (b2e870e)

  • Merge branch '13-add-unit-tests' of github.com:tjtharrison/gpush into 13-add-unit-tests (f3221e2)

  • Linted and formatted files (9c6ae9f)

v2.1.1 (2023-04-12)

Fix

  • fix: Fixed no-commit,no-push (e42d17b)

  • fix: Removed unused imports (461ed99)

  • fix: Fixed git_push (bf318f2)

  • fix: Fixed version reference in pip install (234641c)

Unknown

  • Merge pull request #20 from tjtharrison/fix-version

Fix version (0bc06d5)

  • Linted and formatted files (263d8fa)

v2.1.0 (2023-04-11)

Feature

  • feat: Added version flag (87183b8)

Unknown

  • Merge pull request #19 from tjtharrison/18-add-version-argument

feat: Added version flag (531180a)

v2.0.0 (2023-04-10)

Breaking

  • feat!: Updated build setup to make executable with dependencies (6f56d79)

Unknown

  • Merge pull request #17 from tjtharrison/7-make-executable

feat!: Updated build setup to make executable with dependencies (0b7aa90)

v1.1.1 (2023-04-09)

Fix

  • fix: Fixed documentation link to PyPi (6f1862b)

Unknown

  • Merge pull request #12 from tjtharrison/pypi_documentation

fix: Fixed documentation link to PyPi (54a5498)

  • Linted and formatted files (2e811e5)

v1.1.0 (2023-04-09)

Documentation

Feature

  • feat: GPG commits working (d0565a8)

Fix

  • fix: Fixed commit message (35346e5)

Unknown

  • Merge pull request #11 from tjtharrison/fix_commit_message

Fix commit message (7a494ea)

  • Merge pull request #10 from tjtharrison/9-handle-gpg-signing

9 handle gpg signing (6683cef)

  • Linted and formatted files (3f90ae5)

  • "feat: Added GPG signing functionality" (c0d3d74)

v1.0.4 (2023-04-01)

Documentation

  • docs: Updated pyproject for pypi (edf5f43)

Fix

  • fix: Removed unused imports (87dbac7)

Unknown

  • Merge pull request #8 from tjtharrison/pypi_documentation

docs: Updated pyproject for pypi (0a1d33a)

v1.0.3 (2023-04-01)

Fix

Unknown

  • Merge pull request #6 from tjtharrison/documentation

Documentation (d157919)

  • Linted and formatted files (e3777b9)

v1.0.2 (2023-04-01)

Fix

Unknown

  • Merge pull request #5 from tjtharrison/fix_pypi

Fix pypi (c91c783)

  • Follwed readthedocs docs (34971e3)

v1.0.1 (2023-04-01)

Ci

Fix

Unknown

  • Merge pull request #4 from tjtharrison/setup-pypi

ci: Added pypi token (801ea05)

v1.0.0 (2023-04-01)

Breaking

  • feat!: Included python script (0ef0e48)

  • feat!: Converted to python and conventional commits (6552d31)

  • feat!: Converted to python (9f4f0bb)

  • fix!: Test (66d83b6)

Documentation

  • docs: Fixed linting issues and added CI (cd0dd93)

  • docs: Added some docstrings (3ba003e)

Fix

  • fix: Fixing CI for auto bump (dbdd8ae)

Unknown

  • Merge pull request #3 from tjtharrison/fix_semver

Fixed initial release version (5c6d8b6)

  • Fixed initial release version (c0135a5)

  • Merge pull request #2 from tjtharrison/fix-semverbump

fix: Fixing CI for auto bump (605296e)

  • Linted and formatted files (a849bb1)

  • Merge pull request #1 from tjtharrison/convert-python

Convert python (ae82f7e)