Skip to content

Commit

Permalink
Revving versions for release version
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Caverly <[email protected]>
  • Loading branch information
coreycaverly committed Oct 6, 2023
1 parent fa552de commit 3dd4fe3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).

## [3.6.0] - 2023-10-06
### Fix
- Fetch repo content from target branch
- Publishing to dockerhub and ghcr together in workflows
### Added
- New maintainer added! Welcome @kaosx5s

## [3.5.0] - 2023-05-16
### Added
- Added support to pass in a github token, username and password as named parameters
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup_reqs = ["pytest", "pytest-cov", "pytest-runner", "flake8"]
setuptools.setup(
name="gordian",
version="3.5.0",
version="3.6.0",
author="Intuit",
author_email="[email protected]",
description="A tool to search and replace files in a Git repo",
Expand Down

0 comments on commit 3dd4fe3

Please sign in to comment.