Skip to content

Commit 26e555d

Browse files
chore(main): release 1.9.5 (#93)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f71f57 commit 26e555d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "1.9.4",
2+
".": "1.9.5",
33
"packages": {
44
".": {
55
"extra-files": [

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.9.5](https://github.com/CHIMEFRB/workflow/compare/v1.9.4...v1.9.5) (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **chimefrb-workspace:** add http baseurl for schedule and configs ([f774846](https://github.com/CHIMEFRB/workflow/commit/f77484651330c0f81e267d816e78397f81748d71))
9+
* **workspace:** workspace.read now converts a str to pathlib.Path if the source exisits ([3f71f57](https://github.com/CHIMEFRB/workflow/commit/3f71f5707c96540442f3db331dac98e78717ecaa))
10+
311
## [1.9.4](https://github.com/CHIMEFRB/workflow/compare/v1.9.3...v1.9.4) (2024-07-17)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workflow.core"
3-
version = "1.9.4"
3+
version = "1.9.5"
44
description = "Workflow Core"
55
authors = ["Shiny Brar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)