Skip to content

Commit bba3a0a

Browse files
committed
Publish 0.1.2
SHA256 hashes: jupyterlab_gather-0.1.2-py3-none-any.whl: f2b330422fea322896623c79829f707221444341a3395e5cade75d5c8b5d3612 jupyterlab_gather-0.1.2.tar.gz: 1246a16edb896676bff19e2ec8e05779cbb7fdfb7af30e0fba894d2bc4a0e2c2 jupyterlab_gather-0.1.2.tgz: ed850dd452fa0e748637bf4e76b97831fc5d0da59781c57affd5867ef04ffbcf
1 parent 58bcebc commit bba3a0a

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.1.2
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-gather/compare/v0.1.1...58bcebc66e06d13ed5521152d541491cdc425d16))
8+
9+
### Enhancements made
10+
11+
- Tweaks [#27](https://github.com/QuantStack/jupyterlab-gather/pull/27) ([@gjmooney](https://github.com/gjmooney))
12+
- Improve type safety [#26](https://github.com/QuantStack/jupyterlab-gather/pull/26) ([@gjmooney](https://github.com/gjmooney))
13+
- Notifications [#25](https://github.com/QuantStack/jupyterlab-gather/pull/25) ([@gjmooney](https://github.com/gjmooney))
14+
- Reduce whitespace [#24](https://github.com/QuantStack/jupyterlab-gather/pull/24) ([@gjmooney](https://github.com/gjmooney))
15+
- Enhancements [#23](https://github.com/QuantStack/jupyterlab-gather/pull/23) ([@gjmooney](https://github.com/gjmooney))
16+
- Highlight speaker [#21](https://github.com/QuantStack/jupyterlab-gather/pull/21) ([@gjmooney](https://github.com/gjmooney))
17+
- Change cube with theme [#20](https://github.com/QuantStack/jupyterlab-gather/pull/20) ([@gjmooney](https://github.com/gjmooney))
18+
- Add model from file [#19](https://github.com/QuantStack/jupyterlab-gather/pull/19) ([@gjmooney](https://github.com/gjmooney))
19+
20+
### Maintenance and upkeep improvements
21+
22+
- Bug fixes [#22](https://github.com/QuantStack/jupyterlab-gather/pull/22) ([@gjmooney](https://github.com/gjmooney))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-gather/graphs/contributors?from=2024-05-30&to=2024-06-19&type=c))
27+
28+
[@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-gather+involves%3Agithub-actions+updated%3A2024-05-30..2024-06-19&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-gather+involves%3Agjmooney+updated%3A2024-05-30..2024-06-19&type=Issues)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
532
## 0.1.1
633

734
([Full Changelog](https://github.com/QuantStack/jupyterlab-gather/compare/0.1.0...c85a1aee929fb4191f807b8390b8817a3ec78ad9))
@@ -19,5 +46,3 @@
1946
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-gather/graphs/contributors?from=2024-05-29&to=2024-05-30&type=c))
2047

2148
[@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-gather+involves%3Agithub-actions+updated%3A2024-05-29..2024-05-30&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-gather+involves%3Agjmooney+updated%3A2024-05-29..2024-05-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-gather+involves%3AmartinRenou+updated%3A2024-05-29..2024-05-30&type=Issues)
22-
23-
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_gather",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Video presentation over WebRTC with AR capabilities.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)