Skip to content

Commit

Permalink
Merge pull request #172 from octoenergy/release-6
Browse files Browse the repository at this point in the history
Bump version to v6.0.0
  • Loading branch information
DHUKK authored Aug 30, 2024
2 parents 93eabab + 7bbed4e commit e85c0e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Unreleased


## v6.0.0 - 2024-08-30

- [Breaking] Use parameter object for passing options to `pact_service`.
Rename parameter `pact_version` to `consumer_version`.
[#167](https://github.com/octoenergy/xocto/pull/167)
[#166](https://github.com/octoenergy/xocto/pull/166)
- Fix bug with `list_files` method in `S3SubdirectoryFileStore` [#171] (https://github.com/octoenergy/xocto/pull/171)

## v5.1.0 - 2024-07-03

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "xocto"
version = "5.1.0"
version = "6.0.0"
requires-python = ">=3.9"
description = "Kraken Technologies Python service utilities"
readme = "README.md"
Expand Down

0 comments on commit e85c0e0

Please sign in to comment.