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
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [0.3.1] - 2022-10-08
6
+
## [1.0.0] - 2023-11-09
7
+
### Changed
8
+
- Fixed links to version numbers in this changelog.
9
+
- Version bump to 1.0.0 to flag that `orjsonl` is stable.
10
+
11
+
## [0.3.1] - 2023-10-08
7
12
### Changed
8
13
- Added tests for `append()` and `extend()` with `newline` set to `False` to achieve 100% coverage.
9
14
10
-
## [0.3.0] - 2022-10-08
15
+
## [0.3.0] - 2023-10-08
11
16
### Added
12
17
- Added the `extend()` function, which serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
13
18
@@ -81,6 +86,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
81
86
- Added the `save()` function, which serializes an iterable of Python objects to a UTF-8-encoded jsonl file.
82
87
- Added the `append()` function, which serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
0 commit comments