Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimaciel committed Jun 4, 2023
2 parents cf7f375 + 755e7af commit c25a21e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: release-build
path: build
path: ./build

release:
name: Upload Release Asset
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v1
with:
name: release-build
path: build
path: ./build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)

project(mropes
VERSION 0.0.5.1
VERSION 1.0.0.0
LANGUAGES C
)

Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.0.0] 2023-06-05
### Changed
- Stable release

## [0.0.5.1] 2020-06-27
### Added
- Changelog
Expand Down

0 comments on commit c25a21e

Please sign in to comment.