Skip to content

Commit 0703e01

Browse files
committed
Update CHANGELOG for new Release v0.5.0
1 parent 3cba0b7 commit 0703e01

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
1515
-->
1616
## Unreleased
1717

18-
[Full changelog](https://github.com/linkml/linkml-project-copier/compare/v0.4.2...main)
18+
[Full changelog](https://github.com/linkml/linkml-project-copier/compare/v0.5.0...main)
19+
20+
## Release [0.5.0] - 2026-05-27
21+
22+
[Full changelog](https://github.com/linkml/linkml-project-copier/compare/v0.4.2...v0.5.0)
23+
24+
[0.5.0]: https://github.com/linkml/linkml-project-copier/releases/tag/v0.5.0
1925

2026
### Added
2127

@@ -27,6 +33,11 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
2733
- Support for Python 3.14 in the template's CI matrix. #160
2834
- README in the `project/` directory so the folder is tracked even before
2935
generation. #161 (fixes #124)
36+
- Auto-detect WSL2 in `just setup` and advise the user accordingly. #149
37+
- Copier prompt for an existing custom LICENSE file; when set, the user's
38+
file is preserved and `pyproject.toml`'s `license-files` references it
39+
(using the PEP 639 SPDX expression `LicenseRef-Custom`). #162 (closes #151)
40+
- Add Noel McLoughlin as a co-creator in the Zenodo metadata. #165
3041

3142
### Fixed
3243

@@ -40,6 +51,8 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
4051

4152
### Changed
4253

54+
- Default license for new projects is now Apache-2.0 (was MIT), matching
55+
linkml core. #162
4356
- Drop Python 3.9 from the supported version matrix; bump minimum Python
4457
requirement to >=3.10. #155
4558
- Update pre-commit configuration and recommend installing pre-commit via

0 commit comments

Comments
 (0)