We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e570746 commit 51af373Copy full SHA for 51af373
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.3.0] - 2023-10-21
4
+
5
+### Added
6
7
+- Add google sheets app.
8
9
+### Changed
10
11
+- Update gps output format as decimal.
12
13
14
## [0.2.1] - 2023-09-13
15
16
### Added
@@ -23,3 +34,4 @@
23
34
- Fix memory allocation error while using Azure app.
24
35
25
36
[0.2.1]: https://github.com/sixfab/pico_lte_micropython-sdk/tree/0.2.1
37
+[0.3.0]: https://github.com/sixfab/pico_lte_micropython-sdk/tree/0.3.0
package.json
@@ -1,6 +1,6 @@
{
"urls": [],
"deps": [],
- "version": "0.2.1",
+ "version": "0.3.0",
"license": "MIT"
}
0 commit comments