Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 25, 2022
1 parent 4c9cd12 commit 4b13e54
Show file tree
Hide file tree
Showing 7 changed files with 5,419 additions and 6 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
Jsone (2021-11-17)
Jsone 4.5.0 (2022-12-25)
========================

Features
--------

- Added a $default case to the switch operator (#455)


Improved Documentation
----------------------

- Replaced the documentation site with a new, more usable and ineractive version


Jsone 4.4.3 (2021-11-17)
===================

Features
Expand All @@ -7,6 +22,9 @@ Features
- The JSON-e GitHub repository has been moved to https://github.com/json-e/json-e. (#430)


Jsone 4.4.2 (2021-11-12)
===================

Bugfixes
--------

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-e",
"version": "4.4.3",
"version": "4.5.0",
"description": "json parameterization module inspired from json-parameterization",
"main": "./src/index.js",
"browser": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion py/jsone/newsfragments/455.feature

This file was deleted.

2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from setuptools import setup, find_packages

version = "4.4.3"
version = "4.5.0"

description='A data-structure parameterization system written for embedding context in JSON objects'

Expand Down
2 changes: 1 addition & 1 deletion rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-e"
version = "4.4.3"
version = "4.5.0"
authors = ["owlishDeveloper <bugzeeeeee@gmail.com>", "Alex Lopez <alex.lopez.zorzano@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
Expand Down

0 comments on commit 4b13e54

Please sign in to comment.