You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44
44
- The parser has also been updated to set those values to None unless they are explicitly set in the reference string. As we added more version/translation Bible texts, we realized the differences in chapter and verse numbers between versions/translations was much greater than initially assumed. This change allows for more flexibility in handling those differences.
45
45
- The formatter has also been updated to get the appropriate start chapter, start verse, end chapter, and end verse at format time rather than parse time.
46
46
47
+
## [0.14.0] - 2024-06-10
48
+
49
+
### Added
50
+
51
+
- Added Python 3.14 to the list of supported Python versions.
52
+
53
+
### Changed
54
+
55
+
- Modified the header image url to be an absolute url so that it hopefully shows up in PyPI correctly.
56
+
- Switched package build and publish tool from flit to uv.
57
+
- Updated GitHub Actions workflow to use uv for building and publishing to PyPI.
58
+
59
+
### Removed
60
+
61
+
- Removed Python 3.8 from the list of supported Python versions.
62
+
- Removed Python 3.9 from the list of supported Python versions.
63
+
47
64
## [0.13.1] - 2024-05-21
48
65
49
66
### Changed
@@ -174,7 +191,8 @@ The goal of this release was to address [Issue #90], and to make things related
0 commit comments