Skip to content

Commit dca7df6

Browse files
authored
Docs update for 2.5.4 release & copyright to 2026 (#1760)
1 parent 9575f6a commit dca7df6

6 files changed

Lines changed: 33 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,4 +577,4 @@ An example usage of this can be found here: https://github.com/datafaker-net/dat
577577

578578
LICENSE
579579
-------
580-
Copyright (c) 2025 Datafaker.net See the LICENSE file for license rights and limitations.
580+
Copyright (c) 2026 Datafaker.net See the LICENSE file for license rights and limitations.

RELEASE_PROCESS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
The release process is now driven by GitHub Releases:
66

7+
> [!CAUTION]
8+
> In general datafaker releases should increment the minor portion of the semver, in 2.x.y the x should be incremented.
9+
710
1. Go to the [Releases page](https://github.com/datafaker-net/datafaker/releases) of the repository
811
2. Click on "Draft a new release"
912
3. Create a new tag in the format `2.x.y` (where x and y are the minor and patch version numbers)

docs/documentation/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Datafaker is licensed under the Apache License 2.0
44

55
```
6-
Copyright 2025 Datafaker.net
6+
Copyright 2026 Datafaker.net
77
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.

docs/releases/2.5.4.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Datafaker 2.5.4 (11-02-2026)
2+
3+
## What's Changed
4+
5+
* Enhance Commerce Provider testing with Ukrainian locale support by @vicky-iv in https://github.com/datafaker-net/datafaker/pull/1708
6+
* Improved address generation for Republic of Ireland by @89snake89 in https://github.com/datafaker-net/datafaker/pull/1714
7+
* chore: update star wars provider by @ferclager in https://github.com/datafaker-net/datafaker/pull/1723
8+
* Add Bluey provider with characters, quotes and locations by @ferclager in https://github.com/datafaker-net/datafaker/pull/1740
9+
* Fix free_email data in _TR.yml by @tkachuksergiy8 in https://github.com/datafaker-net/datafaker/pull/1748
10+
* Add new device models to device.yml by @yuokada in https://github.com/datafaker-net/datafaker/pull/1750
11+
* Fix avoid '&' in company domain names by @fhueter in https://github.com/datafaker-net/datafaker/pull/1757
12+
13+
## New Contributors
14+
15+
* @ferclager made their first contribution in https://github.com/datafaker-net/datafaker/pull/1723
16+
* @tkachuksergiy8 made their first contribution in https://github.com/datafaker-net/datafaker/pull/1748
17+
* @fhueter made their first contribution in https://github.com/datafaker-net/datafaker/pull/1757
18+
19+
## Providers added
20+
21+
* Bluey
22+
23+
See https://www.datafaker.net/documentation/providers/

docs/releases/2.6.0-SNAPSHOT.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Datafaker 2.6.0-SNAPSHOT (dd-mm-yyyy)
22

33
## What's Changed
4-
* Enhance Commerce Provider testing with Ukrainian locale support [by Victoria Ivanova](https://github.com/datafaker-net/datafaker/pull/1708)
5-
* fix `commerce.color` to `color.name` [by Victoria Ivanova](https://github.com/datafaker-net/datafaker/pull/1708)
6-
* Improved address generation for Republic of Ireland [by Fabio Bottan](https://github.com/datafaker-net/datafaker/pull/1714)
7-
* Bump com.googlecode.libphonenumber:libphonenumber from 9.0.17 to 9.0.18
4+
* TBD
85

96
## New Contributors
107
* TBD

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo_url: https://github.com/datafaker-net/datafaker
1010
edit_uri: "edit/main/docs"
1111

1212
# Copyright
13-
copyright: Copyright © 2016 - 2025 Erik Pragt
13+
copyright: Copyright © 2016 - 2026 Erik Pragt
1414

1515
theme:
1616
name: material
@@ -81,8 +81,8 @@ plugins:
8181
# Customization
8282
extra:
8383
datafaker:
84-
version: 2.5.2
85-
snapshot: 2.5.3-SNAPSHOT
84+
version: 2.5.4
85+
snapshot: 2.6.0-SNAPSHOT
8686

8787
# Page tree
8888
nav:
@@ -113,6 +113,7 @@ nav:
113113
# - How to upgrade: upgrade.md
114114
- Releases:
115115
- 2.6.0-SNAPSHOT: releases/2.6.0-SNAPSHOT.md
116+
- 2.5.4: releases/2.5.4.md
116117
- 2.5.3: releases/2.5.3.md
117118
- 2.5.2: releases/2.5.2.md
118119
- 2.5.1: releases/2.5.1.md

0 commit comments

Comments
 (0)