Skip to content

Commit 2e6418c

Browse files
authored
Updated release documentation and set autopublish while publishing to true. (#1588)
1 parent 53c326a commit 2e6418c

File tree

8 files changed

+141
-12
lines changed

8 files changed

+141
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ In the pom.xml, add the following fragment to the `dependencies` section:
2929
<dependency>
3030
<groupId>net.datafaker</groupId>
3131
<artifactId>datafaker</artifactId>
32-
<version>2.4.3</version>
32+
<version>2.4.4</version>
3333
</dependency>
3434
```
3535

3636
For Gradle users, add the following to your build.gradle file.
3737

3838
```groovy
3939
dependencies {
40-
implementation 'net.datafaker:datafaker:2.4.3'
40+
implementation 'net.datafaker:datafaker:2.4.4'
4141
}
4242
4343
```
4444

45-
You can also use the snapshot version (`2.4.4-SNAPSHOT`), which automatically gets published
45+
You can also use the snapshot version (`2.4.5-SNAPSHOT`), which automatically gets published
4646
after every push to the main branch of this repository. Binary repository URL for snapshots download is
4747
`https://s01.oss.sonatype.org/content/repositories/snapshots/`.
4848

docs/documentation/providers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Number of providers per Datafaker version
2929
| 2.1.0 | 1 | 236 |
3030
| 2.2.0 | 2 | 238 |
3131
| 2.3.0 | 9 | 247 |
32-
| 2.3.1 | 0 | 248 |
3332
| 2.4.0 | 3 | 250 |
33+
| 2.4.4 | 2 | 252 |
3434

35-
Datafaker comes with a total of 250 data providers:
35+
Datafaker comes with a total of 252 data providers:
3636

3737
| Name | Description | Group | Since |
3838
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------|
@@ -178,6 +178,7 @@ Datafaker comes with a total of 250 data providers:
178178
| [Lord Of The Rings](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/LordOfTheRings.html) | | Entertainment | 0.8.0 |
179179
| [Lorem](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Lorem.html) | | Base | 0.8.0 |
180180
| [Marketing](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Marketing.html) | Generates marketing buzzwords. | Base | 1.2.0 |
181+
| [Martial Art](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/sport/MartialArt.html) | Custom Faker provider for martial arts. | Sport | 2.4.4 |
181182
| [Marvel Snap](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/videogame/MarvelSnap.html) | Marvel Snap is a digital collectible card game developed by Second Dinner and published by Nuverse for Microsoft Windows, Android and iOS. | Videogame | 1.8.0 |
182183
| [Mass Effect](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/videogame/MassEffect.html) | Mass Effect is a military science fiction media franchise. | Videogame | 1.6.0 |
183184
| [Matz](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Matz.html) | | Base | 0.8.0 |
@@ -227,7 +228,7 @@ Datafaker comes with a total of 250 data providers:
227228
| [Ru Paul Drag Race](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/RuPaulDragRace.html) | RuPaul's Drag Race is a reality competition series produced by World of Wonder for the Logo TV Network. | Entertainment | 1.0.0 |
228229
| [Science](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Science.html) | | Base | 0.8.0 |
229230
| [Seinfeld](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/Seinfeld.html) | Seinfeld is an American sitcom television series created by Larry David and Jerry Seinfeld. | Entertainment | 1.4.0 |
230-
| [Severance](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/Severance.html) | Severance is an American science fiction psychological thriller television series | Entertainment | 2.4.4 |
231+
| [Severance](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/Severance.html) | Severance is an American science fiction psychological thriller television series | Entertainment | 2.4.4 |
231232
| [Shakespeare](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Shakespeare.html) | | Base | 0.8.0 |
232233
| [Show](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/Show.html) | | Entertainment | 1.8.0 |
233234
| [Silicon Valley](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/SiliconValley.html) | | Entertainment | 1.8.0 |

docs/releases/2.4.3.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Datafaker 2.4.3 (13-07-2025)
2+
3+
## What's Changed
4+
* Cleanup release process. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1533
5+
* Update docs for date faking by @n-0 in https://github.com/datafaker-net/datafaker/pull/1534
6+
* Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1536
7+
* [refactor] extract picking a random enum value to method `RandomService.nextEnum()` by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1530
8+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.2 to 9.0.3 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1538
9+
* Update README.md to include the updated version 2.4.3 by @JammyJims in https://github.com/datafaker-net/datafaker/pull/1540
10+
* Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1541
11+
* Updated snapshot version by @bodiam in https://github.com/datafaker-net/datafaker/pull/1542
12+
* Bump junit.version from 5.12.1 to 5.12.2 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1543
13+
* Do not use deprecated DateAndTime by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1544
14+
* Descrease amount of calls to nextInt for numerify by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1545
15+
* Bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1546
16+
* Finish Release Workflow by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1547
17+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.3 to 9.0.4 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1548
18+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.4 to 9.0.5 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1550
19+
* feat: add MartialArt provider with names by @paulofranklins2 in https://github.com/datafaker-net/datafaker/pull/1549
20+
* add Severance characters by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1552
21+
* Bump kotlin.version from 2.1.20 to 2.1.21 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1553
22+
* Bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1554
23+
* add Hungarian id number generator by @cbxp in https://github.com/datafaker-net/datafaker/pull/1555
24+
* jsontransformer: All numbers as numbers by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1557
25+
* Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1558
26+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.5 to 9.0.6 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1560
27+
* Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1561
28+
* Bump junit.version from 5.12.2 to 5.13.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1563
29+
* Support custom Random Generators by @zyclonite in https://github.com/datafaker-net/datafaker/pull/1562
30+
* Irish PPSN ID Number by @89snake89 in https://github.com/datafaker-net/datafaker/pull/1559
31+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.6 to 9.0.7 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1564
32+
* Update all non-major dependencies by @renovate[bot] in https://github.com/datafaker-net/datafaker/pull/1565
33+
* Update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.27.0 by @renovate[bot] in https://github.com/datafaker-net/datafaker/pull/1567
34+
* Refactoring by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1569
35+
* remove old commented out test in FakeValuesTest by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1570
36+
* Tiny improvements by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1571
37+
* Bump kotlin.version from 2.1.21 to 2.2.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1574
38+
* TomlTransformer implementation by @badoken in https://github.com/datafaker-net/datafaker/pull/1572
39+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.7 to 9.0.8 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1577
40+
* Bump junit.version from 5.13.1 to 5.13.2 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1576
41+
* Irish vehicle license plates by @89snake89 in https://github.com/datafaker-net/datafaker/pull/1578
42+
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1579
43+
* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1580
44+
* Bump junit.version from 5.13.2 to 5.13.3 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1581
45+
* Attempt to fix maven deploy using Maven Central by @bodiam in https://github.com/datafaker-net/datafaker/pull/1582
46+
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.8 to 9.0.9 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1583
47+
* Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1584
48+
* Bump commons-validator:commons-validator from 1.9.0 to 1.10.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1585
49+
* Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1586
50+
51+
## New Contributors
52+
* @n-0 made their first contribution in https://github.com/datafaker-net/datafaker/pull/1534
53+
* @JammyJims made their first contribution in https://github.com/datafaker-net/datafaker/pull/1540
54+
* @paulofranklins2 made their first contribution in https://github.com/datafaker-net/datafaker/pull/1549
55+
* @zyclonite made their first contribution in https://github.com/datafaker-net/datafaker/pull/1562
56+
57+
See https://www.datafaker.net/documentation/providers/
58+
59+
## Providers added
60+
61+
See https://www.datafaker.net/documentation/providers/

0 commit comments

Comments
 (0)