Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
volks73 committed May 27, 2019
1 parent 9d1fbc4 commit ea96f43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit ea96f43

Please sign in to comment.