Skip to content

Commit 9abac25

Browse files
updated release notes and release fix
1 parent 279591d commit 9abac25

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest]
38-
python-version: [3.10]
38+
python-version: ["3.10"]
3939

4040
steps:
4141
- uses: actions/checkout@v3

release-notes/0.1.4.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release notes for combine-notebooks 0.1.4
2+
3+
We are pleased to release the next version of combine-notebooks including the
4+
following changes:
5+
6+
## Features
7+
- Fix #12, support for python 3.10
8+
- Updated github actions
9+
- Testing `macos` in test matrix
10+
11+
Your combine-notebooks team

0 commit comments

Comments
 (0)