diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b4f77..cb35dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,22 @@ All notable changes to this project will be documented in this file, which is wr ## [Unreleased] +## [0.1.1] - 2019-05-26 + +### Added + +- Getter function to SFTP attributes for the file type + ## [0.1.0] - 2019-05-08 ### Added -- CMake-based build procedure. +- CMake-based build procedure - Dependency management via CMake ExternalProject module -- Build instructions for Windows, macOS, Linux, and NI Linux RT. -- Initial public Application Programming Interface (API). -- Tests and [minunit](https://github.com/siu/minunit) testing framework. -- The LICENSE file. -- The README file. -- The ignore list. +- Build instructions for Windows, macOS, Linux, and NI Linux RT +- Initial public Application Programming Interface (API) +- Tests and [minunit](https://github.com/siu/minunit) testing framework +- The LICENSE file +- The README file +- The ignore list diff --git a/CMakeLists.txt b/CMakeLists.txt index 9528d31..edd484e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.4) -project(libssh2lv VERSION 0.1.0 LANGUAGES C) +project(libssh2lv VERSION 0.1.1 LANGUAGES C) set(PROJECT_URL "https://github.com/fieldrndservices/libssh2lv") set(PROJECT_DESCRIPTION "A LabVIEW-Friendly C library for LIBSSH2")