Skip to content

Commit e786d1b

Browse files
committed
chore(release): update changelog and citation.cff for v1.0.1
1 parent 8c6a9cc commit e786d1b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
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).
77

8+
## v1.0.1 - 2025-03-25
9+
10+
Update author list and correct app home page.
11+
12+
### Changed
13+
14+
* Removed Nav from `README.md`, `CITATION.cff` and `Home.py`.
15+
* Correct `Home.py` (to describe deployment as stlite and GitHub pages, and not Streamlit Community Cloud).
16+
817
## v1.0.0 - 2025-03-25
918

1019
🌱 First release. Functioning streamlit app containing each of the LLM-generated apps as pages. Deployed using stlite and GitHub pages.

CITATION.cff

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@ authors:
2525
email: a.heather2@exeter.ac.uk
2626
affiliation: University of Exeter
2727
orcid: 'https://orcid.org/0000-0002-6596-3479'
28-
- given-names: Navonil
29-
family-names: Mustafee
30-
orcid: 'https://orcid.org/0000-0002-2204-8924'
31-
affiliation: University of Exeter
32-
email: n.mustafee@exeter.ac.uk
3328
repository-code: 'https://github.com/pythonhealthdatascience/llm_simpy_models'
3429
abstract: >-
3530
The SimPy models and apps generated by LLMs, deployed as a single app.
3631
license: MIT
37-
version: '1.0.0'
32+
version: '1.0.1'
3833
date-released: '2025-03-25'

0 commit comments

Comments
 (0)