From 6e1721c11fc706e87b5c86f885eaa519754b1195 Mon Sep 17 00:00:00 2001 From: Hubert Figuière Date: Tue, 9 Jan 2024 22:19:23 -0500 Subject: Version 0.4.0-alpha.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- Cargo.toml | 2 +- NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf9e941..9d083d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libopenraw" -version = "0.4.0-alpha.2" +version = "0.4.0-alpha.3" edition = "2018" default-run = "ordiag" description = "Digital camera RAW file processing" diff --git a/NEWS b/NEWS index a6d9304..f5acdef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +libopenraw 0.4.0-alpha.3 - + +Bug fixes: + + - (Alpha) Added missing `extensions()` API in Rust. + - (Alpha) Removed unneeded cc dependency. + +New API: + + - Added mimetype API. + - Separate type for old Panasonic raw. + libopenraw 0.4.0-alpha.2 - 2024/01/06 THIS IS A PRE-RELEASE. diff --git a/configure.ac b/configure.ac index b235e91..ecee4b6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl libopenraw configure dnl written by Hubert Figuiere AC_PREREQ([2.69]) -AC_INIT([libopenraw],[0.4.0-alpha.2]) -AM_CONFIG_HEADER(config.h) +AC_INIT([libopenraw],[0.4.0-alpha.3]) +AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects]) AM_MAINTAINER_MODE -- cgit v1.2.3