File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,19 @@ $ python3 -m twine upload dist/*
76
76
77
77
## Version History / Release Notes
78
78
79
+ * v0.9.24 (2024-03-16)
80
+ * Update GitHub workflow config to remove unnecessary steps and
81
+ run on pull requests as well as commits.
82
+ * Added note about removing ` hypothesize ` in v0.9.23.
83
+ * No code changes.
79
84
* v0.9.23 (2024-03-16)
80
85
* Lots of cleanup:
81
86
* Removed old code needed for Python2 compatibility.
87
+ * Removed tests using ` hypothesize ` . This ran model-based checks
88
+ and didn't really add anything useful in terms of coverage to
89
+ the test suite, and it introduced dependencies and slowed down
90
+ the tests significantly. It was a good experiment but I think
91
+ we're better off without it.
82
92
* Got everything linting cleanly with pylint 3.1 and ` ruff check `
83
93
using ruff 0.3.3 (Note that commit message in 00d73a3 says pylint
84
94
3.11, which is a typo).
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = '0.9.23 '
15
+ __version__ = '0.9.24 '
16
16
17
17
# For backward-compatibility with earlier versions of json5:
18
18
VERSION = __version__
You can’t perform that action at this time.
0 commit comments