Skip to content
Snippets Groups Projects
Verified Commit f64c8b30 authored by Kirill Sharov's avatar Kirill Sharov :speech_balloon:
Browse files

v0.2.1

Changed:
- Edition selection dialog like wizard with license agreement.

Fixed:
- Segmentation fault if edition is not installed in some cases.
- Segmentation fault on startup in some cases.
parent 1cd16e4c
No related branches found
Tags v0.2.1
No related merge requests found
......@@ -5,7 +5,7 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.1] - 2025-03-09
### Changed
......@@ -68,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Russian internationalization.
- ALT Linux logo.
[unreleased]: https://gitlab.basealt.space/alt/alterator-application-systeminfo/-/compare/v0.2.0...main
[unreleased]: https://gitlab.basealt.space/alt/alterator-application-systeminfo/-/compare/v0.2.1...main
[0.2.1]: https://gitlab.basealt.space/alt/alterator-application-systeminfo/-/tags/v0.2.1
[0.2.0]: https://gitlab.basealt.space/alt/alterator-application-systeminfo/-/tags/v0.2.0
[0.1.3]: https://gitlab.basealt.space/alt/alterator-application-systeminfo/-/tags/v0.1.3
[0.1.2]: https://gitlab.basealt.space/alt/alterator-application-systeminfo/-/tags/v0.1.2
......
cmake_minimum_required(VERSION 3.5)
project("alterator-application-systeminfo")
set(VERSION "0.2.0")
set(VERSION "0.2.1")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment