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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.11.1] - 2023-10-02
11
+
12
+
The goal of this release was to address [Issue #118] (When trying to get the scripture text for a verse that is in a book that is not included in the given version, the entire scripture text for that version was returned.)
13
+
14
+
### Added
15
+
16
+
- VersionMissingVerseError exception
17
+
18
+
### Fixed
19
+
20
+
- Raise an error when trying to get scripture text for a verse that is in a book that is not included in the given version.
21
+
10
22
## [0.11.0] - 2023-06-27
11
23
12
24
### Changed
@@ -102,7 +114,8 @@ The goal of this release was to address [Issue #90], and to make things related
0 commit comments