Skip to content

Commit 1775e60

Browse files
committed
update 2.5.2 release notes
1 parent 85ed057 commit 1775e60

File tree

4 files changed

+34
-13
lines changed

4 files changed

+34
-13
lines changed

docs/releases/2.5.2-SNAPSHOT.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/releases/2.5.2.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Datafaker 2.5.2 (11-10-2025)
2+
3+
## What's Changed
4+
* Retrieve the no-argument constructor [by @mt657-jpg](https://github.com/datafaker-net/datafaker/pull/1690)
5+
* Add Personal Identification Number generator for Norway (NO) [#1681](https://github.com/datafaker-net/datafaker/pull/1681)
6+
* refactoring: remove unused setting "country_by_code" [by @asolntsev](https://github.com/datafaker-net/datafaker/pull/1693)
7+
* Bump libphonenumber 9.0.14 -> 9.0.16
8+
9+
## New Contributors
10+
* @mt657-jpg made their [first contribution](https://github.com/datafaker-net/datafaker/pull/1690)
11+
12+
13+
**Full Changelog**: https://github.com/datafaker-net/datafaker/compare/2.5.1...2.5.2

docs/releases/2.5.3-SNAPSHOT.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Datafaker 2.5.3-SNAPSHOT (dd-mm-yyyy)
2+
3+
## What's Changed
4+
* Add Apple types and colours [by Sergejs Visockis](https://github.com/datafaker-net/datafaker/pull/1697)
5+
* Add an ice-cream specification [by Sergejs Visockis](https://github.com/datafaker-net/datafaker/pull/1698)
6+
7+
## New Contributors
8+
* @sergejsvisockis made their [first contribution](https://github.com/datafaker-net/datafaker/pull/1697)
9+
10+
11+
## Providers added
12+
13+
* Apple
14+
* IceCream
15+
16+
See https://www.datafaker.net/documentation/providers/

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ plugins:
8080
# Customization
8181
extra:
8282
datafaker:
83-
version: 2.5.1
84-
snapshot: 2.5.2-SNAPSHOT
83+
version: 2.5.2
84+
snapshot: 2.5.3-SNAPSHOT
8585

8686
# Page tree
8787
nav:
@@ -103,15 +103,16 @@ nav:
103103
- Performance:
104104
- Datafaker 1.4.0: documentation/performance140.md
105105
- Datafaker 1.7.0: documentation/performance170.md
106-
- Javadoc: 'https://s01.oss.sonatype.org/service/local/repositories/releases/archive/net/datafaker/datafaker/2.5.0/datafaker-2.5.0-javadoc.jar/!/index.html'
106+
- Javadoc: 'https://s01.oss.sonatype.org/service/local/repositories/releases/archive/net/datafaker/datafaker/2.5.2/datafaker-2.5.2-javadoc.jar/!/index.html'
107107
- Contributing: documentation/contributing.md
108108
- First time contributor: documentation/first-time-contributor.md
109109
- License: documentation/license.md
110110
# - Changelog:
111111
# - Changes: changelog/index.md
112112
# - How to upgrade: upgrade.md
113113
- Releases:
114-
- 2.5.2-SNAPSHOT: releases/2.5.2-SNAPSHOT.md
114+
- 2.5.3-SNAPSHOT: releases/2.5.3-SNAPSHOT.md
115+
- 2.5.2: releases/2.5.2.md
115116
- 2.5.1: releases/2.5.1.md
116117
- 2.5.0: releases/2.5.0.md
117118
- 2.4.4: releases/2.4.4.md

0 commit comments

Comments
 (0)