Skip to content

Commit 8c036be

Browse files
committed
Release 0.3.0
1 parent 10aed4c commit 8c036be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.3.0] - 2025-03-25
10+
911
## Fixed
1012

1113
Remove invalid dash-separated key 'description-file' in our packaging info https://github.com/OpenDataServices/json-merge-patch/pull/9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22
setup(name='json-merge-patch',
3-
version='0.2',
3+
version='0.3.0',
44
description='JSON Merge Patch library (https://tools.ietf.org/html/rfc7386)',
55
author='Open Data Services',
66
author_email='[email protected]',

0 commit comments

Comments
 (0)