File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7- ## 0.1.2
7+ ## 0.1.3
88
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 )
1024
1125<!-- <END NEW CHANGELOG ENTRY> -->
26+
27+ ## 0.1.2
28+
29+ Initial release
Original file line number Diff line number Diff line change 1010
1111from .base_comm import BaseComm , CommManager
1212
13- __version__ = "0.1.2 "
13+ __version__ = "0.1.3 "
1414__all__ = [
1515 "create_comm" ,
1616 "get_comm_manager" ,
You can’t perform that action at this time.
0 commit comments