Skip to content

Commit

Permalink
Merge pull request #37 from consiglionazionaledellericerche/bump-to-v…
Browse files Browse the repository at this point in the history
…ersion.0.3.0

Passaggio alla versione 0.3.0.
  • Loading branch information
criluc authored Apr 9, 2024
2 parents cac4f8a + 4513a3c commit e05b1a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - UNRELEASED
## [0.3.0] - 2024-04-09
### Added
- Aggiunta gestione e visualizzazione data di nascita e residenza delle persone
- Inserita la possibilità di disattiva il calcolo automatica del permesso breve in un giorno
- Inserita la possibilità di disattivare il calcolo automatica del permesso breve in un giorno
- Introdotta gestione missioni nel comune di residenza già presente su ePAS
- Aggiunti parametri di configurazione per flussi straordinari

- Implementate api per gestione calendario reperibilità

### Changed
- Corretta gestione ricevute via REST con date sovrapposte
- Corretta gestione missioni ricevute via REST con date sovrapposte
- Evitati di caricare tutti i contratti presenti nel sistema nel dao che fa la fetch
dei contratti
- Corretto HistoricalDao e sistemato dto per aggiungre eventi di reperibilità e modificarli
- Aggiunti campi subDayPostPartumProgression e accruedDay ai dto delle api di vacationsummary
- Corretta svista in API doc dei contratti

## [0.2.0] - 2023-09-04
### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0-rc2
0.3.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>it.cnr.iit</groupId>
<artifactId>epas-service</artifactId>
<version>0.1</version>
<version>0.3.0</version>
<name>epas-service</name>
<description>Personnel Attendance System</description>
<properties>
Expand Down

0 comments on commit e05b1a1

Please sign in to comment.