Skip to content

Commit da3b62b

Browse files
committed
Publish 0.1.0a2
SHA256 hashes: jupyterlab-lego-boost-0.1.0-a2.tgz: 12b98cf418c4e3cabc46f685a0da53b0acf46ce23befc27cb1984cedaa588dd9 jupyterlab_lego_boost-0.1.0a2-py3-none-any.whl: a97e97d78a9f27f8ccaafa8c396578d45c2c42151de0f14dcf99a9045e40608b jupyterlab_lego_boost-0.1.0a2.tar.gz: b4638ba390a650be6aa217b4f9c718ab304469eaf0900cea0de0991c6451b31d
1 parent 0f75182 commit da3b62b

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.1.0a2
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-lego-boost/compare/35d9882aef31adaad1d4ca9dcdfee9318db6dc24...0f75182a3c24e7edb9fe86ef0b5095f3e842700e))
8+
9+
### Enhancements made
10+
11+
- Connect to Tilt Sensors [#11](https://github.com/QuantStack/jupyterlab-lego-boost/pull/11) ([@DenisaCG](https://github.com/DenisaCG))
12+
- Added blocks with access to the sensors [#10](https://github.com/QuantStack/jupyterlab-lego-boost/pull/10) ([@DenisaCG](https://github.com/DenisaCG))
13+
- Added blocks for LED control and color vision [#9](https://github.com/QuantStack/jupyterlab-lego-boost/pull/9) ([@DenisaCG](https://github.com/DenisaCG))
14+
- Added MoveHub blocks [#2](https://github.com/QuantStack/jupyterlab-lego-boost/pull/2) ([@DenisaCG](https://github.com/DenisaCG))
15+
- Add Blockly to extension [#1](https://github.com/QuantStack/jupyterlab-lego-boost/pull/1) ([@DenisaCG](https://github.com/DenisaCG))
16+
17+
### Bugs fixed
18+
19+
- Adding hooks to `pyproject.toml` for jupyter-releaser [#13](https://github.com/QuantStack/jupyterlab-lego-boost/pull/13) ([@DenisaCG](https://github.com/DenisaCG))
20+
- Updating blocks [#12](https://github.com/QuantStack/jupyterlab-lego-boost/pull/12) ([@DenisaCG](https://github.com/DenisaCG))
21+
22+
### Maintenance and upkeep improvements
23+
24+
- Update check-release workflow to use latest releaser [#15](https://github.com/QuantStack/jupyterlab-lego-boost/pull/15) ([@hbcarlos](https://github.com/hbcarlos))
25+
- Modified blocks structure [#5](https://github.com/QuantStack/jupyterlab-lego-boost/pull/5) ([@DenisaCG](https://github.com/DenisaCG))
26+
- Updated to `v0.2.1` of `jupyterlab-blockly` [#4](https://github.com/QuantStack/jupyterlab-lego-boost/pull/4) ([@DenisaCG](https://github.com/DenisaCG))
27+
- Updated to v0.2.0 of `jupyterlab-blockly` [#3](https://github.com/QuantStack/jupyterlab-lego-boost/pull/3) ([@DenisaCG](https://github.com/DenisaCG))
28+
29+
### Documentation improvements
30+
31+
- Added instruction for connecting to the robot [#7](https://github.com/QuantStack/jupyterlab-lego-boost/pull/7) ([@DenisaCG](https://github.com/DenisaCG))
32+
33+
### Contributors to this release
34+
35+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-lego-boost/graphs/contributors?from=2022-08-15&to=2023-01-12&type=c))
36+
37+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3ADenisaCG+updated%3A2022-08-15..2023-01-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3Agithub-actions+updated%3A2022-08-15..2023-01-12&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3Ahbcarlos+updated%3A2022-08-15..2023-01-12&type=Issues)
38+
39+
<!-- <END NEW CHANGELOG ENTRY> -->
40+
541
## 0.1.0a1
642

743
([Full Changelog](https://github.com/QuantStack/jupyterlab-lego-boost/compare/35d9882aef31adaad1d4ca9dcdfee9318db6dc24...1b6b4d6e3f20876af9ad97d77c74d3d7823cb447))
@@ -27,6 +63,4 @@
2763

2864
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3ADenisaCG+updated%3A2022-08-15..2022-09-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-lego-boost+involves%3Agithub-actions+updated%3A2022-08-15..2022-09-27&type=Issues)
2965

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3266
## 0.1.0a0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-lego-boost",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-a2",
44
"description": "Blockly extension for JupyterLab to control the Lego Boost",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)