Skip to content

Commit f0ca99e

Browse files
authored
Merge pull request #120 from jpmorganchase/release/20250506
Release 2.0.13
2 parents da9be2d + 1c0f6d6 commit f0ca99e

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.13] - 2025-05-06
9+
* Exception handling improvement
10+
* Limit Licensing service calls
11+
* Limit list datasets calls internally
12+
* Support xml format for distribution type
13+
* Option to disable disc logging
14+
* Remove the job-lib dependency to fix the credentials generating for each download and upload
15+
* Enable exact search for list datasets
16+
817
## [2.0.12] - 2025-04-04
918
* Raise error immediately when attempting to download dataset you are not subscribed to
1019
* Download available format when only one is available and format is set to None

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyfusion"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
edition = "2021"
55

66

py_src/fusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Fusion Devs"""
44
__email__ = "fusion_developers@jpmorgan.com"
5-
__version__ = "2.0.13-dev0"
5+
__version__ = "2.0.13"
66

77
from fusion._fusion import FusionCredentials
88
from fusion.fs_sync import fsync

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyfusion"
3-
version = "2.0.13-dev0"
3+
version = "2.0.13"
44

55
homepage = "https://github.com/jpmorganchase/fusion"
66
description = "JPMC Fusion Developer Tools"
@@ -243,7 +243,7 @@ exclude_lines = [
243243

244244

245245
[tool.bumpversion]
246-
current_version = "2.0.13-dev0"
246+
current_version = "2.0.13"
247247
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[a-z]+)(?P<candidate>\d+))?'
248248
serialize = [
249249
'{major}.{minor}.{patch}-{release}{candidate}',

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)