Skip to content

Commit

Permalink
Fix scriv settings, scriv collect previous fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jul 15, 2024
1 parent fa96bf8 commit 0f32cee
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 38 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,26 @@ Find changes for the upcoming release in the project's [changelog.d](https://git
<!-- scriv-insert-here -->


<a id='changelog-1.18.3'></a>
## 1.18.3 (2024-07-15)

### Other changes

- Remove unneeded cadc dependencies (issue with dali/stilts conflict)
- Upgrade log4j (Log4j vulnerability)
- Modified scriv settings

<a id='changelog-1.18.2'></a>
## 1.18.2 (2024-07-12)

## Fixed
### Fixed

- Fix Postgres data database init scripts

<a id='changelog-1.18.1'></a>
## 1.18.1 (2024-07-11)

## Changed
### Changed

- Change Postgres to v15 and base image to fedora (centos endoflife)

Expand Down
35 changes: 0 additions & 35 deletions changelog.d/20240711_174009_steliosvoutsinas_DM_45142.md

This file was deleted.

File renamed without changes.
5 changes: 4 additions & 1 deletion changelog.d/scriv.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[scriv]
format = md
categories = Backwards-incompatible changes,New features,Bug fixes,Other changes
md_header_level = 2
entry_title_template = {{ version }} ({{ date.strftime('%%Y-%%m-%%d') }})
new_fragment_template = file:changelog.d/_template.md.jinja
skip_fragments = _template.md.jinja

0 comments on commit 0f32cee

Please sign in to comment.