Skip to content

Commit e2b2fab

Browse files
committed
chore(release): add changelog + citation.cff version/date
1 parent 153fc8d commit e2b2fab

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates formatted as YYYY-MM-DD as per [ISO standard](https://www.iso.org/iso-8601-date-and-time-format.html).
7+
8+
## v0.1.0 - 2025-09-10
9+
10+
🌱 Initial release of the website (work in progress). This version introduces the website structure and the first written sections (up to *Output Analysis*).
11+
12+
### Added
13+
14+
* Project overview page (*STARS*).
15+
* Introduction section covering:
16+
* Reproducibility and RAPs
17+
* Guidelines
18+
* Open-source languages
19+
* Example conceptual models
20+
* Setup section covering:
21+
* Version control
22+
* Environments
23+
* Structuring as a package
24+
* Code organisation
25+
* Model inputs section covering:
26+
* Input modelling
27+
* Input data management
28+
* Parameters from script
29+
* Parameters from file
30+
* Parameter validation
31+
* Model building section covering:
32+
* Randomness
33+
* Entity generation
34+
* Entity processing

CITATION.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ keywords:
4141
- simmer
4242
- rap
4343
license: MIT
44+
version: '0.1.0'
45+
date-released: '2025-09-10'

0 commit comments

Comments
 (0)