File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 0.2.3
8+
9+ ([ Full Changelog] ( https://github.com/ipython/comm/compare/v0.2.2...ec3eb438c07314b47c057c1cc3ce5fe43c294e90 ) )
10+
11+ ### Merged PRs
12+
13+ - Remove ` traitlets ` dependency [ #32 ] ( https://github.com/ipython/comm/pull/32 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
14+ - Add Security.md file. [ #29 ] ( https://github.com/ipython/comm/pull/29 ) ([ @Carreau ] ( https://github.com/Carreau ) )
15+ - pre-commit updates and fixes [ #28 ] ( https://github.com/ipython/comm/pull/28 ) ([ @Carreau ] ( https://github.com/Carreau ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/ipython/comm/graphs/contributors?from=2024-03-12&to=2025-07-25&type=c ) )
20+
21+ [ @Carreau ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3ACarreau+updated%3A2024-03-12..2025-07-25&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Adavidbrochart+updated%3A2024-03-12..2025-07-25&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
725## 0.2.2
826
927([ Full Changelog] ( https://github.com/ipython/comm/compare/v0.2.1...76149e7ee0f331772c964ae86cdb8bafebe6dfa2 ) )
@@ -22,8 +40,6 @@ All notable changes to this project will be documented in this file.
2240
2341[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2024-01-02..2024-03-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Apre-commit-ci+updated%3A2024-01-02..2024-03-12&type=Issues )
2442
25- <!-- <END NEW CHANGELOG ENTRY> -->
26-
2743## 0.2.1
2844
2945([ Full Changelog] ( https://github.com/ipython/comm/compare/v0.2.0...46e07dc298d19c1b7ade765d0a435f794e69a020 ) )
Original file line number Diff line number Diff line change 1414
1515from .base_comm import BaseComm , BuffersType , CommManager , MaybeDict
1616
17- __version__ = "0.2.2 "
17+ __version__ = "0.2.3 "
1818__all__ = [
1919 "__version__" ,
2020 "create_comm" ,
You can’t perform that action at this time.
0 commit comments