File tree Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Expand file tree Collapse file tree 2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
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 ) )
Original file line number Diff line number Diff line change 66from ._config import get_root_module as get_root_module
77from ._config import merge_config as merge_config
88
9- __version__ = "0.1.6 "
9+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments