Skip to content

Commit 66ab8b8

Browse files
committed
Release v0.6.1
1 parent 9bef89f commit 66ab8b8

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

CHANGELOG.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# Upcoming
22

3-
### Deprecations
4-
5-
### Features
3+
## v0.6.1 (August 30, 2024)
64

75
### Bug fixes
8-
* Fixed the JSON schema inference warning on excluded fields; also improved error message reporting of which method
9-
triggered the error. [PR #1037](https://github.com/catalystneuro/neuroconv/pull/1037)
10-
11-
### Improvements
12-
6+
* Fixed the JSON schema inference warning on excluded fields; also improved error message reporting of which method triggered the error. [PR #1037](https://github.com/catalystneuro/neuroconv/pull/1037)
137

148
## v0.6.0 (August 27, 2024)
159

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
[![License](https://img.shields.io/pypi/l/neuroconv.svg)](https://github.com/catalystneuro/neuroconv/license.txt)
99

1010
<p align="center">
11-
<img src="https://github.com/catalystneuro/neuroconv/blob/main/docs/img/neuroconv_logo.png" width="250" alt="NeuroConv logo"/>
11+
<img src="https://raw.githubusercontent.com/catalystneuro/neuroconv/main/docs/img/neuroconv_logo.png" width="250" alt="NeuroConv logo"/>
1212
<h3 align="center">Automatically convert neurophysiology data to NWB</h3>
1313
</p>
14+
1415
<p align="center">
1516
<a href="https://neuroconv.readthedocs.io/"><strong>Explore our documentation »</strong></a>
1617
</p>

docs/developer_guide/making_a_release.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ A simple to-do list for the Neuroconv release process:
77

88
- Format and update the changelog.
99
- Ensure correct formatting and add a header to indicate that the changes belong to a specific release and not upcoming ones.
10-
- Example: `Commit Example <https://github.com/catalystneuro/neuroconv/commit/2fbea8f05e5bd92c445fcbb6bf24de45330fcbbc>`_
10+
- Example: `Commit Example <https://github.com/catalystneuro/neuroconv/commit/2fbea8f05e5bd92c445fcbb6bf24de45330fcbbc>`
1111

1212
2. **Set the Correct Version for Release**:
1313

1414
- The development version (the current code on `main`) should be one patch version ahead of the latest PyPI release and therefore ready for the next step.
1515
- If a minor version bump is necessary, change it accordingly.
16-
- Example: `Version Change Example <https://github.com/catalystneuro/neuroconv/commit/af91f09f300cb36ba4fee483196c8cb492c180ae>`_
16+
- Example: `Version Change Example <https://github.com/catalystneuro/neuroconv/commit/af91f09f300cb36ba4fee483196c8cb492c180ae>`
1717

1818
3. **Perform Checks**:
1919

20-
- Ensure that no requirement files include pointers to `git`-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI.
20+
- Ensure that no requirement files include pointers to `git`-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI. This can be done efficiently by searching for `@ git` in an IDE.
2121

2222
4. **Tag on GitHub**:
2323

2424
- The title and tag should be the release version.
2525
- The changelog should be copied correspondingly.
26-
- Check the hashes in the markdown to ensure they match with the format of previous releases. This can be done efficiently by searching for `@ git` in an IDE.
26+
- Check the hashes in the markdown to ensure they match with the format of previous releases.
2727

2828
5. **Release**:
2929

@@ -32,4 +32,4 @@ A simple to-do list for the Neuroconv release process:
3232
6. **Bump Version Post-Release**:
3333

3434
- To comply with the one patch version ahead policy, bump the version after the release.
35-
- Example: `Post-Release Version Bump <https://github.com/catalystneuro/neuroconv/commit/89d5e41f5140c3aa1ffa066974befb21c7a01567>`_
35+
- Example: `Post-Release Version Bump <https://github.com/catalystneuro/neuroconv/commit/89d5e41f5140c3aa1ffa066974befb21c7a01567>`

0 commit comments

Comments
 (0)