File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
- ## 0.1.2
7
+ ## 0.1.3
8
8
9
- Initial release
9
+ ([ Full Changelog] ( https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09 ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Adopt linters and releaser [ #12 ] ( https://github.com/ipython/comm/pull/12 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Other merged PRs
16
+
17
+ - feat: provide a default implementation [ #13 ] ( https://github.com/ipython/comm/pull/13 ) ([ @maartenbreddels ] ( https://github.com/maartenbreddels ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/comm/graphs/contributors?from=2022-12-08&to=2023-03-22&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2022-12-08..2023-03-22&type=Issues ) | [ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Amaartenbreddels+updated%3A2022-12-08..2023-03-22&type=Issues )
10
24
11
25
<!-- <END NEW CHANGELOG ENTRY> -->
26
+
27
+ ## 0.1.2
28
+
29
+ Initial release
Original file line number Diff line number Diff line change 10
10
11
11
from .base_comm import BaseComm , CommManager
12
12
13
- __version__ = "0.1.2 "
13
+ __version__ = "0.1.3 "
14
14
__all__ = [
15
15
"create_comm" ,
16
16
"get_comm_manager" ,
You can’t perform that action at this time.
0 commit comments