Skip to content

Commit af1877d

Browse files
committed
Publish 0.2.0
SHA256 hashes: fps-0.2.0-py3-none-any.whl: 79a951bc3c12f139eb5c5a92c1892610462134dd0ee8d0eff596887f84afc545 fps-0.2.0.tar.gz: 8dfb2f165669875f2ad06cf1bcc64224275fadb289ca87268b9440c0f8f05e85
1 parent f16bd46 commit af1877d

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.1.6...f16bd46ed2815b4d618c10b76908581d073ab2b4))
8+
9+
### Merged PRs
10+
11+
- Revert "Update to latest Jupyter Release Actions" [#121](https://github.com/jupyter-server/fps/pull/121) ([@Zsailer](https://github.com/Zsailer))
12+
- Update to latest Jupyter Release Actions [#120](https://github.com/jupyter-server/fps/pull/120) ([@Zsailer](https://github.com/Zsailer))
13+
- Add context documentation [#119](https://github.com/jupyter-server/fps/pull/119) ([@davidbrochart](https://github.com/davidbrochart))
14+
- Convert repo to use releaser from repo [#118](https://github.com/jupyter-server/fps/pull/118) ([@davidbrochart](https://github.com/davidbrochart))
15+
- Add optional `teardown_callback` parameter to `Context.put()` [#117](https://github.com/jupyter-server/fps/pull/117) ([@davidbrochart](https://github.com/davidbrochart))
16+
- Add Context [#116](https://github.com/jupyter-server/fps/pull/116) ([@davidbrochart](https://github.com/davidbrochart))
17+
- Add concurrency test for tasks [#115](https://github.com/jupyter-server/fps/pull/115) ([@davidbrochart](https://github.com/davidbrochart))
18+
- Add .gitignore [#114](https://github.com/jupyter-server/fps/pull/114) ([@davidbrochart](https://github.com/davidbrochart))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyter-server/fps/graphs/contributors?from=2025-03-19&to=2025-03-26&type=c))
23+
24+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Adavidbrochart+updated%3A2025-03-19..2025-03-26&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Apre-commit-ci+updated%3A2025-03-19..2025-03-26&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3AZsailer+updated%3A2025-03-19..2025-03-26&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.1.6
629

730
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.1.5...1fa4f5bef6cd23682e882f0bf3c2d5654be12108))
@@ -16,8 +39,6 @@
1639

1740
[@minrk](https://github.com/search?q=repo%3Ajupyter-server%2Ffps+involves%3Aminrk+updated%3A2025-03-06..2025-03-19&type=Issues)
1841

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2142
## 0.1.5
2243

2344
([Full Changelog](https://github.com/jupyter-server/fps/compare/v0.1.4...7d84a4fbd7495676227d2e97e7418c348bec4662))

src/fps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from ._config import get_root_module as get_root_module
77
from ._config import merge_config as merge_config
88

9-
__version__ = "0.1.6"
9+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)