Skip to content

Commit dcb53be

Browse files
committed
Designate 0.2rc0 release
1 parent 0444c28 commit dcb53be

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## [v0.1](https://github.com/scientific-python/spin/tree/v0.1)
3+
## [v0.1rc0](https://github.com/scientific-python/spin/tree/v0.1rc0) (2023-3-16)
4+
5+
[Full Changelog](https://github.com/scientific-python/spin/compare/v0.1...v0.1rc0)
6+
7+
**Closed issues:**
8+
9+
- Make releases that projects can pin to [\#53](https://github.com/scientific-python/spin/issues/53)
10+
11+
**Merged pull requests:**
12+
13+
- Test on more Python versions [\#64](https://github.com/scientific-python/spin/pull/64) ([jarrodmillman](https://github.com/jarrodmillman))
14+
- Rename package [\#63](https://github.com/scientific-python/spin/pull/63) ([jarrodmillman](https://github.com/jarrodmillman))
15+
- Update release process [\#61](https://github.com/scientific-python/spin/pull/61) ([jarrodmillman](https://github.com/jarrodmillman))
16+
17+
## [v0.1](https://github.com/scientific-python/spin/tree/v0.1) (2023-3-10)
418

519
[Full Changelog](https://github.com/scientific-python/spin/compare/v0.1a1...v0.1)
620

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spin"
3-
version = "0.2rc0.dev0"
3+
version = "0.2rc0"
44
requires-python = ">=3.7"
55
description = "Developer tool for scientific Python libraries"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)