Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
orjson
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
orjson
Commits
6b3612fbeaee
Commit
6b3612fbeaee
authored
4 years ago
by
ijl
Browse files
Options
Downloads
Patches
Plain Diff
3.3.1
parent
b3355f838c46
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+12
-0
12 additions, 0 deletions
CHANGELOG.md
Cargo.lock
+5
-5
5 additions, 5 deletions
Cargo.lock
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
with
18 additions
and
6 deletions
CHANGELOG.md
+
12
−
0
View file @
6b3612fb
# Changelog
## 3.3.1 - 2020-08-17
### Fixed
-
Fix failure to deserialize some latin1 strings on some platforms. This
was introduced in 3.2.0.
-
Fix annotation of optional parameters on
`orjson.dumps()`
for
`help()`
.
### Changed
-
Publish
`manylinux2014`
wheels for amd64 in addition to
`manylinux1`
.
## 3.3.0 - 2020-07-24
### Added
...
...
This diff is collapsed.
Click to expand it.
Cargo.lock
+
5
−
5
View file @
6b3612fb
...
...
@@ -85,5 +85,5 @@
[[package]]
name = "libc"
version = "0.2.7
3
"
version = "0.2.7
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
...
...
@@ -89,5 +89,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9
"
checksum = "
a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10
"
[[package]]
name = "lock_api"
...
...
@@ -106,7 +106,7 @@
[[package]]
name = "orjson"
version = "3.3.
0
"
version = "3.3.
1
"
dependencies = [
"associative-cache",
"bytecount",
...
...
@@ -193,5 +193,5 @@
[[package]]
name = "serde"
version = "1.0.11
4
"
version = "1.0.11
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
...
...
@@ -197,5 +197,5 @@
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5317f7588f0a5078ee60ef675ef96735a1442132
dc
6
45
eb1d12c018620ed8cd3
"
checksum = "
e54c9a88f2da7238af84b5101443f0c0d0a3bb
dc45
5e34a5c9497b1903ed55d5
"
[[package]]
name = "serde_json"
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
6b3612fb
[package]
name
=
"orjson"
version
=
"3.3.
0
"
version
=
"3.3.
1
"
authors
=
[
"ijl <ijl@mailbox.org>"
]
description
=
"Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
edition
=
"2018"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment