Skip to content

Commit

Permalink
Version 0.6.4.1
Browse files Browse the repository at this point in the history
- Ajout d'un gitattributes pour nettoyer les releases
  • Loading branch information
tpayen committed Nov 14, 2022
1 parent 8de8298 commit f70d7e1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bin export-ignore
config export-ignore
docs export-ignore
documentation export-ignore
schema export-ignore
scripts export-ignore
tests export-ignore
example.php export-ignore
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ORM M2 - 0.6.4.1
------
- Ajout d'un gitattributes pour nettoyer les releases

ORM M2 - 0.6.4
------
- 0007042: Pouvoir gérer des absences hebdo internes ou externes
Expand Down
6 changes: 3 additions & 3 deletions Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ class Version {
/**
* Numéro de version
*/
const VERSION = '0.6.4';
const VERSION = '0.6.4.1';

/**
* Numéro de version normalisé
*/
const NORMALIZED_VERSION = '0.6.4.0';
const NORMALIZED_VERSION = '0.6.4.1';

/**
* Build
*/
const BUILD = '20221114153152';
const BUILD = '20221114162052';

}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "messagerie-melanie2/orm-m2",
"version" : "0.6.4",
"version_normalized" : "0.6.4.0",
"version" : "0.6.4.1",
"version_normalized" : "0.6.4.1",
"description" : "ORM pour l'accès aux données Mél",
"keywords" : [
"ORM",
Expand Down

0 comments on commit f70d7e1

Please sign in to comment.