scfg/CHANGES.md

31 lines
582 B
Markdown
Raw Permalink Normal View History

2022-01-17 18:10:12 +01:00
## unreleased
- add lower bound on cmdliner
## 0.5 - 2025-02-04
- update prelude version used
- add missing dependencies on fmt, bos and fpath
## 0.4 - 2025-01-28
- use prelude
- use cmdliner
## 0.3 - 2024-11-18
- add some float functions to `Query`
- add some `_exn` versions of `Query.get` functions
- better parsing
- better tests
## 0.2 - 2023-01-23
- add `get_param_bool`, `get_param_int`, `get_param_pos_int` to the `Query` module
- fix bug with files starting with newlines
- use a proper Format box instead of an int to indent
## 0.1 - 2022-01-30
- first release