Compare commits

...

2 commits

Author SHA1 Message Date
Simon Vieille f3ce70bf02
update changelog
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2024-04-03 23:13:02 +02:00
Simon Vieille 38a6addb3f
update ci condition for build 2024-04-02 19:30:43 +02:00
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,7 @@ when:
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- feature/*
- release/*
- renovate/*

View file

@ -1,5 +1,9 @@
## [Unreleased]
## v1.0.0
## v1.1.0
### Added
- PostgreSQL: manage all number types
- add "null" faker
## v1.0.0
First release of the `database-anonymizer`!