Skip to content

Commit 66a0ad1

Browse files
authored
Merge pull request #32 from srlearn/0.4.0-releasing
📝 Add changelog entry for `v0.4.0`
2 parents c4a9016 + 7dc6645 commit 66a0ad1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Beta
44

5+
### v0.4.0 - 2022-11-03
6+
7+
Software Changes:
8+
9+
- ✨ Bump `datasets` to `v0.0.6`, Add `california_housing` and `roofworld20` https://github.com/srlearn/relational-datasets/pull/28
10+
11+
Documentation Changes:
12+
13+
- ✨ Dataset loading recommendations. All pages under "Dataset descriptions" now have Python and Julia tabs recommending how to load the latest version of each dataset https://github.com/srlearn/relational-datasets/pull/30
14+
15+
CI Changes:
16+
17+
- 🔧 Bump codecov-action to `v3` https://github.com/srlearn/relational-datasets/pull/29
18+
- 🔧 Set `pythonpublish.yml` to use `pypi-publish` https://github.com/srlearn/relational-datasets/pull/31
19+
520
### v0.3.0 - 2022-06-20
621

722
Software Changes:

relational_datasets/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright © 2021 Alexander L. Hayes
22
# Apache 2.0 License
33

4-
__version__ = "v0.3.1-dev"
4+
__version__ = "v0.4.0"

0 commit comments

Comments
 (0)