Skip to content

Commit

Permalink
prepare v0.9.0: bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leogermond committed Jul 11, 2023
1 parent 3050988 commit f955003
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# v0.9.0

* Add subprogram contracts lab

# v0.1.1

Update C code to GPLv3
Add CHANGELOG
Nits on README
Add website (points to GitHub...)
* Update C code to GPLv3
* Add CHANGELOG
* Nits on README
* Add website (points to GitHub...)

# v0.1.0

Initial release to Alire.
Mostly-complete port of the original code
GPLv3.0 code
Fix various style warnings
Unique GPR instead of one GPR per exercise
* Initial release to Alire.
* Mostly-complete port of the original code
* GPLv3.0 code
* Fix various style warnings
* Unique GPR instead of one GPR per exercise

# Pre-v0.1.0 (2008-2023)

Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "labs_solar_system"
description = "A set of SDL-based exercises to learn Ada"
version = "0.1.1"
version = "0.9.0"
website = "https://github.com/AdaCore/training_labs_solar_system/"

authors = ["Léo Germond"]
Expand Down

0 comments on commit f955003

Please sign in to comment.