Skip to content

Commit be82185

Browse files
committed
Added new keywords to the project metadata
1 parent f49fab2 commit be82185

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [0.2.1] - 2022-11-23
8+
9+
### Added
10+
11+
- Added new keywords to the project metadata.
12+
13+
### Changed
14+
15+
- Rephrased and simplifed the README file.
16+
17+
### Fixed
18+
19+
- Corrected typos in the README file.
20+
- Corrected typos in the changelog.
21+
722
## [0.2.0] - 2022-11-22
823

924
### Added
@@ -54,6 +69,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5469

5570
- Renamed the 'Bug Tracker' url to 'Issues' in the project metadata.
5671
- Specified `orjsonl`'s license to be the MIT License in the project metadata.
72+
73+
### Fixed
74+
5775
- Fixed typos in the README file.
5876
- Fixed typos in the tests script.
5977

@@ -66,6 +84,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6684
- Added the `save()` function, which serializes an iterable of Python objects to a UTF-8-encoded jsonl file.
6785
- Added the `append()` function, serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.
6886

87+
[0.2.1]: https://github.com/umarbutler/orjsonl/compare/v0.2.0...v0.2.1
6988
[0.2.0]: https://github.com/umarbutler/orjsonl/compare/v0.1.3...v0.2.0
7089
[0.1.3]: https://github.com/umarbutler/orjsonl/compare/v0.1.2...v0.1.3
7190
[0.1.2]: https://github.com/umarbutler/orjsonl/compare/v0.1.1...v0.1.2

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ keywords = [
2020
"lines",
2121
"json lines",
2222
"fast",
23-
"ndjson"
23+
"ndjson",
24+
"gzip",
25+
"bzip2",
26+
"xz",
27+
"zstandard",
28+
"xopen"
2429
]
2530
classifiers = [
2631
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)