Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 18, 2024
1 parent 569d502 commit f478c28
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.10.0",
".": "1.0.0",
"packages": {
".": {
"extra-files": [
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.0.0](https://github.com/CHIMEFRB/workflow/compare/v0.10.0...v1.0.0) (2024-06-18)


### ⚠ BREAKING CHANGES

* **http:** work object by default only instantiates a buckets connection in the http context
* **workspace:** this change marks a departure from multiple config files and assumed that default workspace is always set

### Features

* **http:** httpcontext now supports requesting individual backends ([569d502](https://github.com/CHIMEFRB/workflow/commit/569d50205a1466627ad712a7c13db50860e8afe4))
* **workspace:** consolidated all workflow settings under single workspace file ([3f616ab](https://github.com/CHIMEFRB/workflow/commit/3f616aba86fedddcf5cb04524a8cce5b3b23dc16))


### Bug Fixes

* **http:** removed the clients dependency read workspace ([afd2273](https://github.com/CHIMEFRB/workflow/commit/afd227302263816f83bcab47487f2e12d2ff6c47))
* **utils:** reading workspace from a url now properly works ([ac6f890](https://github.com/CHIMEFRB/workflow/commit/ac6f8909bd6d0441978c0a592581a9f83af94ca6))
* **workspace:** fixed spelling error ([a52c9ca](https://github.com/CHIMEFRB/workflow/commit/a52c9caaedaf092f964fff1b5cb88733832207ab))
* **workspace:** fixed urls for dev workspace ([e789499](https://github.com/CHIMEFRB/workflow/commit/e789499a3efd745113255a49d5a2a6a883005826))
* **work:** work now attemps to reuse http context ([7df33e4](https://github.com/CHIMEFRB/workflow/commit/7df33e4b9a46cbde2dff8cb26e0e14673222b21f))

## [0.10.0](https://github.com/CHIMEFRB/workflow/compare/v0.9.1...v0.10.0) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "workflow"
version = "0.10.0"
version = "1.0.0"
description = "Workflow Core"
authors = ["Shiny Brar <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# Active Workspace Path
DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspace.yml"
# Workflow Client Version
__version__ = "0.10.0" # {x-release-please-version}
__version__ = "1.0.0" # {x-release-please-version}

0 comments on commit f478c28

Please sign in to comment.