Skip to content

Commit 055e185

Browse files
committed
Releasing v1.0.0.
1 parent 00bf864 commit 055e185

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

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
712
### Changed
813
- Added tests for `append()` and `extend()` with `newline` set to `False` to achieve 100% coverage.
914

10-
## [0.3.0] - 2022-10-08
15+
## [0.3.0] - 2023-10-08
1116
### Added
1217
- Added the `extend()` function, which serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
1318

@@ -81,6 +86,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8186
- Added the `save()` function, which serializes an iterable of Python objects to a UTF-8-encoded jsonl file.
8287
- Added the `append()` function, which serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
8388

89+
[1.0.0]: https://github.com/umarbutler/orjsonl/compare/v0.3.1...v1.0.0
90+
[0.3.1]: https://github.com/umarbutler/orjsonl/compare/v0.3.0...v0.3.1
91+
[0.3.0]: https://github.com/umarbutler/orjsonl/compare/v0.2.2...v0.3.0
8492
[0.2.2]: https://github.com/umarbutler/orjsonl/compare/v0.2.1...v0.2.2
8593
[0.2.1]: https://github.com/umarbutler/orjsonl/compare/v0.2.0...v0.2.1
8694
[0.2.0]: https://github.com/umarbutler/orjsonl/compare/v0.1.3...v0.2.0

0 commit comments

Comments
 (0)