Skip to content

Commit 445a392

Browse files
committed
chore(v1.0.3): update changelog and citation.cff
1 parent 58ec78e commit 445a392

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.3 - 2025-12-02
9+
10+
Add docker image and hosted on GitHub Container Registry.
11+
12+
### Added
13+
14+
* Add `Dockerfile` which builds conda environment and runs the app.
15+
* Add GitHub action which builds Docker image and pushes to GitHub Container Registry.
16+
17+
### Changed
18+
19+
* Explained how to use Docker (and venv) in README.
20+
821
## v1.0.2 - 2025-03-25
922

1023
Add note about `st.spinner()` to the home page.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ repository-code: 'https://github.com/pythonhealthdatascience/llm_simpy_models'
2929
abstract: >-
3030
The SimPy models and apps generated by LLMs, deployed as a single app.
3131
license: MIT
32-
version: '1.0.2'
33-
date-released: '2025-03-25'
32+
version: '1.0.3'
33+
date-released: '2025-12-02'

0 commit comments

Comments
 (0)