Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 3b4d3c1

Browse files
committed
Version 0.2.1
1 parent b02cfd0 commit 3b4d3c1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

doc/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
14
Summary of changes for version 0.2.0 are below
25
* Revise copyright year
36
* Revise module documentation header

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="0.2.0"
2+
BASE_VERSION="0.2.1"
33
if [ -d .git ]; then
44
if test "`git diff --name-only`" = "" ; then
55
GIT_COMMIT="git-"

0 commit comments

Comments
 (0)