File tree 2 files changed +22
-3
lines changed
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.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
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
+
7
28
## 0.1.4
8
29
9
30
([ 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.
18
39
19
40
[ @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 )
20
41
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
42
## 0.1.3
24
43
25
44
([ Full Changelog] ( https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09 ) )
Original file line number Diff line number Diff line change 13
13
14
14
from .base_comm import BaseComm , BuffersType , CommManager , MaybeDict
15
15
16
- __version__ = "0.1.4 "
16
+ __version__ = "0.2.0 "
17
17
__all__ = [
18
18
"create_comm" ,
19
19
"get_comm_manager" ,
You can’t perform that action at this time.
0 commit comments