From 3c68570aeb7390303f8b38ea8c783dc026550705 Mon Sep 17 00:00:00 2001 From: Josh Miller Date: Tue, 18 Jan 2022 14:28:19 -0600 Subject: [PATCH] Release 0.1.0.1 --- CHANGELOG.md | 4 ++++ hermes-json.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7b222..595f9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for hermes-json +## 0.1.0.1 -- 2022-01-18 + +* Make `-march=native` opt-in + ## 0.1.0.0 -- 2021-12-24 * First version. Released on an unsuspecting world. diff --git a/hermes-json.cabal b/hermes-json.cabal index 43a6d9e..7e35f68 100644 --- a/hermes-json.cabal +++ b/hermes-json.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: hermes-json -version: 0.1.0.0 +version: 0.1.0.1 category: Text, Web, JSON, FFI synopsis: Fast JSON decoding via simdjson C++ bindings description: