Skip to content

Commit

Permalink
Merge pull request #28 from InseeFr/release103
Browse files Browse the repository at this point in the history
1.0.3 - Improve reading of Lunatic specifications
  • Loading branch information
alicela authored Oct 29, 2024
2 parents 0856e10 + bd280b0 commit 7d751dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## 1.0.3 [29-10-2024]

### Add
- Adds recognition of dynamic tables and roundabouts from Lunatic specification

### Fix
- Issue with number instead of integer
- Quality with sonar
- Refactor of lunatic specification reading

### Update
- Springboot 3.3.4, then 3.3.5
- Jackson 2.18.0, then 2.18.1
- Coverall, maven-javadoc, ...

## 1.0.2 [18-09-2024]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>fr.insee.bpm</groupId>
<artifactId>bpm</artifactId>
<version>1.0.3-rc</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>BPM</name>
Expand Down

0 comments on commit 7d751dd

Please sign in to comment.