Skip to content

Commit e05027a

Browse files
committed
update 2.5.3 release notes
1 parent 8893def commit e05027a

6 files changed

Lines changed: 38 additions & 3 deletions

File tree

RELEASE_PROCESS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The release process is now driven by GitHub Releases:
1010
4. Set the release title (can be the same as the tag)
1111
5. Add a description of the changes (optional - will be enhanced by automated changelog)
1212
6. Click "Publish release"
13+
7. Update documentation:
14+
- At least files
15+
* `docs/releases/current.version.md`
16+
* `docs/releases/next.version-SNAPSHOT.md`
17+
* `mkdocs.yml`
18+
- And probably file `docs/documentation/providers.md` (if new providers have been added)
1319

1420
The automated workflow will:
1521
1. Extract the version from the tag

docs/documentation/providers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,17 @@ Number of providers per Datafaker version
3232
| 2.4.0 | 3 | 250 |
3333
| 2.4.4 | 2 | 252 |
3434
| 2.5.0 | 1 | 253 |
35+
| 2.5.3 | 3 | 256 |
3536

36-
Datafaker comes with a total of 253 data providers:
37+
Datafaker comes with a total of 256 data providers:
3738

3839
| Name | Description | Group | Since |
3940
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------|
4041
| [Address](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Address.html) | | Base | 0.8.0 |
4142
| [Ancient](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Ancient.html) | | Base | 0.8.0 |
4243
| [Animal](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Animal.html) | | Base | 0.8.0 |
4344
| [App](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/App.html) | | Base | 0.8.0 |
45+
| [Apple](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/food/Apple.html) | | Food | 2.5.3 |
4446
| [Appliance](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Appliance.html) | | Base | 1.0.0 |
4547
| [Aqua Teen Hunger Force](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/AquaTeenHungerForce.html) | | Entertainment | 0.8.0 |
4648
| [Artist](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Artist.html) | | Base | 0.8.0 |
@@ -164,6 +166,7 @@ Datafaker comes with a total of 253 data providers:
164166
| [House](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/House.html) | | Base | 1.5.0 |
165167
| [How IMet Your Mother](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/HowIMetYourMother.html) | | Entertainment | 0.8.0 |
166168
| [How To Train Your Dragon](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/entertainment/HowToTrainYourDragon.html) | How to Train Your Dragon is a 2010 American computer-animated action fantasy film loosely based on the 2003 book of the same name by Cressida Cowell. | Entertainment | 1.8.0 |
169+
| [IceCream](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/food/IceCream.html) | | Food | 2.5.3 |
167170
| [Id Number](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/IdNumber.html) | | Base | 0.8.0 |
168171
| [Image](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/Image.html) | Generates base64 encoded raster and vector images. | Base | 2.3.0 |
169172
| [Industry Segments](https://javadoc.io/doc/net.datafaker/datafaker/latest/net/datafaker/providers/base/IndustrySegments.html) | | Base | 1.5.0 |
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# Datafaker 2.5.3-SNAPSHOT (dd-mm-yyyy)
1+
# Datafaker 2.5.3 (26-10-2025)
22

33
## What's Changed
44
* Add Apple types and colours [by Sergejs Visockis](https://github.com/datafaker-net/datafaker/pull/1697)
55
* Add an ice-cream specification [by Sergejs Visockis](https://github.com/datafaker-net/datafaker/pull/1698)
6+
* Add "Gravity Falls" provider [by Victoria Ivanova](https://github.com/datafaker-net/datafaker/pull/1701)
7+
* Ukrainian Locale Enhancements [by Victoria Ivanova](https://github.com/datafaker-net/datafaker/pull/1704)
68

79
## New Contributors
810
* @sergejsvisockis made their [first contribution](https://github.com/datafaker-net/datafaker/pull/1697)
11+
* @vicky-iv made their [first contribution](https://github.com/datafaker-net/datafaker/pull/1701)
912

1013

1114
## Providers added
1215

1316
* Apple
1417
* IceCream
18+
* GravityFalls
1519

1620
See https://www.datafaker.net/documentation/providers/

docs/releases/2.5.4-SNAPSHOT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Datafaker 2.5.4-SNAPSHOT (dd-mm-yyyy)
2+
3+
## What's Changed
4+
* TBD
5+
6+
## New Contributors
7+
* TBD
8+
9+
10+
## Providers added
11+
* TBD
12+
13+
See https://www.datafaker.net/documentation/providers/

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ nav:
111111
# - Changes: changelog/index.md
112112
# - How to upgrade: upgrade.md
113113
- Releases:
114-
- 2.5.3-SNAPSHOT: releases/2.5.3-SNAPSHOT.md
114+
- 2.5.4-SNAPSHOT: releases/2.5.4-SNAPSHOT.md
115+
- 2.5.3: releases/2.5.3.md
115116
- 2.5.2: releases/2.5.2.md
116117
- 2.5.1: releases/2.5.1.md
117118
- 2.5.0: releases/2.5.0.md

src/main/resources/META-INF/native-image/reachability-metadata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14964,6 +14964,10 @@
1496414964
{
1496514965
"type": "net.datafaker.providers.food.FoodProviders",
1496614966
"methods": [
14967+
{
14968+
"name": "apple",
14969+
"parameterTypes": []
14970+
},
1496714971
{
1496814972
"name": "beer",
1496914973
"parameterTypes": []
@@ -14980,6 +14984,10 @@
1498014984
"name": "food",
1498114985
"parameterTypes": []
1498214986
},
14987+
{
14988+
"name": "iceCream",
14989+
"parameterTypes": []
14990+
},
1498314991
{
1498414992
"name": "tea",
1498514993
"parameterTypes": []

0 commit comments

Comments
 (0)