Skip to content

Commit d953d3c

Browse files
committed
Version bump 0.6.2
1 parent 46edf19 commit d953d3c

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/dnglab/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Daniel Vogelbacher <daniel@chaospixel.com>"]
33
edition = "2021"
44
name = "dnglab"
5-
version = "0.6.1"
5+
version = "0.6.2"
66
description = "Camera RAW to DNG file format converter"
77
license = "LGPL-2.1"
88
repository = "https://github.com/dnglab/dnglab"

bin/dnglab/dnglab-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Daniel Vogelbacher <daniel@chaospixel.com>"]
33
edition = "2021"
44
name = "dnglab_lib"
5-
version = "0.6.0"
5+
version = "0.6.2"
66

77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

bin/dnglab/dnglab-lib/src/filemap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ impl MapMode {
8484
return Err(AppError::NotFound(input.to_owned()));
8585
}
8686
let input_md = input.metadata()?;
87+
8788
if input_md.is_file() {
8889
Ok(MapMode::File(FileMap::new(&input.canonicalize()?, output)))
8990
} else if input_md.is_dir() {

bin/dnglab/manpages/dnglab.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH dnglab 1 "dnglab 0.6.0"
3+
.TH dnglab 1 "dnglab 0.6.2"
44
.SH NAME
55
dnglab \- DNGLab \- A camera raw utility and DNG converter
66
.SH SYNOPSIS
@@ -49,6 +49,6 @@ Extract embedded original Raw from DNG
4949
dnglab\-help(1)
5050
Print this message or the help of the given subcommand(s)
5151
.SH VERSION
52-
v0.6.0
52+
v0.6.2
5353
.SH AUTHORS
5454
Daniel Vogelbacher <daniel@chaospixel.com>

rawler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "LGPL-2.1"
1010
name = "rawler"
1111
repository = "https://github.com/dnglab/dnglab"
1212
rust-version = "1.70"
13-
version = "0.6.1"
13+
version = "0.6.2"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

0 commit comments

Comments
 (0)