Skip to content

Commit

Permalink
Releasing v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
umarbutler committed Nov 9, 2023
1 parent 00bf864 commit 055e185
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ All notable changes to this project will be documented in this file.

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

## [0.3.1] - 2022-10-08
## [1.0.0] - 2023-11-09
### Changed
- Fixed links to version numbers in this changelog.
- Version bump to 1.0.0 to flag that `orjsonl` is stable.

## [0.3.1] - 2023-10-08
### Changed
- Added tests for `append()` and `extend()` with `newline` set to `False` to achieve 100% coverage.

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

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

[1.0.0]: https://github.com/umarbutler/orjsonl/compare/v0.3.1...v1.0.0
[0.3.1]: https://github.com/umarbutler/orjsonl/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/umarbutler/orjsonl/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/umarbutler/orjsonl/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/umarbutler/orjsonl/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/umarbutler/orjsonl/compare/v0.1.3...v0.2.0
Expand Down

0 comments on commit 055e185

Please sign in to comment.