Skip to content

Commit

Permalink
Update version from 0.0.0 to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtouzot committed Jan 8, 2024
1 parent 327663d commit 2e9c3f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2024-01-08
### Added
- Added `lytrostream` module to read, decode and save Lytro file components (`LytroFile`, `LytroDecoder` and `LytroElement`). Currenty, `.jpeg`, `.png` and `.json` files are the only formats supported by the library. A binary file (`.bin`) is created for undecoded contents.
- Added Doxygen documentation
- Added an example to show how to use the `lytroio` library to split a Lytro file, displaying its format and saving it.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10...3.21)
# Start lytroIO project
#------------------------------------------------------------
project(lytroIO
VERSION "0.0.0"
VERSION "0.1.0"
DESCRIPTION "A C++ library to process Lytro files"
HOMEPAGE_URL "https://github.com/mtouzot/lytroIO"
LANGUAGES CXX)
Expand Down

0 comments on commit 2e9c3f1

Please sign in to comment.