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 b02cfd0 commit 3b4d3c1Copy full SHA for 3b4d3c1
2 files changed
doc/changelog
@@ -1,3 +1,6 @@
1
+Summary of changes for version 0.2.1 are below
2
+ * Specify the stride for libcamera.
3
+ * Fix processing when no libcamera devices attached.
4
Summary of changes for version 0.2.0 are below
5
* Revise copyright year
6
* Revise module documentation header
scripts/version.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-BASE_VERSION="0.2.0"
+BASE_VERSION="0.2.1"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git-"
0 commit comments