Skip to content

Commit 05a6512

Browse files
committed
0.3.0 changelog
1 parent d27f812 commit 05a6512

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.3.0 (2023-06-09) -- Leaner is better!
2+
3+
## 💫 Enhancements and new features
4+
5+
- The Git remote helper `git-remote-osf` has been reimplemented using the
6+
`datalad-annex` Git remote helper from `datalad-next`. This has allowed
7+
for removing 25% of the code base with no loss of functionality, and
8+
actually gaining features (plus various bug fixes). With this release,
9+
also "export-mode" dataset deposits can be cloned directly from OSF.
10+
Previously, this was just possible for "annex-mode" deposits that suffer
11+
from the lack of human-readability.
12+
13+
## 🐛 Bug Fixes
14+
15+
- Git remote helper is now fully functional on Windows too.
16+
Fixed https://github.com/datalad/datalad-osf/issues/112
17+
18+
- Repeated pushes are now working properly.
19+
Fixed https://github.com/datalad/datalad-osf/issues/148
20+
21+
- Force-pushes are now supported.
22+
Fixed https://github.com/datalad/datalad-osf/issues/162
23+
24+
## 🛡 Tests
25+
26+
- The test battery has been ported to `pytest`.
27+
28+
- `git annex testremote` is now also exercised on Windows.
29+
30+
131
# 0.2.3 (Mar 2, 2021) -- Cleanup
232

333
## 🏠 Internal

changelog.d/20230608_092806_michael.hanke.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)