File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed
Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 0.2.0
8+
9+ ([ Full Changelog] ( https://github.com/ipython/comm/compare/v0.1.4...5e4ad3166b80feba3f74ad074b7b5f98d7a99439 ) )
10+
11+ ### Maintenance and upkeep improvements
12+
13+ - Add downstream checks [ #20 ] ( https://github.com/ipython/comm/pull/20 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14+ - Adopt sp-repo-review [ #19 ] ( https://github.com/ipython/comm/pull/19 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15+
16+ ### Other merged PRs
17+
18+ - Bump actions/checkout from 3 to 4 [ #17 ] ( https://github.com/ipython/comm/pull/17 ) ([ @dependabot ] ( https://github.com/dependabot ) )
19+
20+ ### Contributors to this release
21+
22+ ([ GitHub contributors page for this release] ( https://github.com/ipython/comm/graphs/contributors?from=2023-08-02&to=2023-11-06&type=c ) )
23+
24+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2023-08-02..2023-11-06&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Adependabot+updated%3A2023-08-02..2023-11-06&type=Issues )
25+
26+ <!-- <END NEW CHANGELOG ENTRY> -->
27+
728## 0.1.4
829
930([ Full Changelog] ( https://github.com/ipython/comm/compare/v0.1.3...136c099e4fb1cc83040661796ad7ea349af04be8 ) )
@@ -18,8 +39,6 @@ All notable changes to this project will be documented in this file.
1839
1940[ @martinRenou ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3AmartinRenou+updated%3A2023-03-22..2023-08-02&type=Issues ) | [ @vincent-grosbois ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Avincent-grosbois+updated%3A2023-03-22..2023-08-02&type=Issues )
2041
21- <!-- <END NEW CHANGELOG ENTRY> -->
22-
2342## 0.1.3
2443
2544([ Full Changelog] ( https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09 ) )
Original file line number Diff line number Diff line change 1313
1414from .base_comm import BaseComm , BuffersType , CommManager , MaybeDict
1515
16- __version__ = "0.1.4 "
16+ __version__ = "0.2.0 "
1717__all__ = [
1818 "create_comm" ,
1919 "get_comm_manager" ,
You can’t perform that action at this time.
0 commit comments