File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -577,4 +577,4 @@ An example usage of this can be found here: https://github.com/datafaker-net/dat
577577
578578LICENSE
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.
Original file line number Diff line number Diff line change 44
55The 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+
7101 . Go to the [ Releases page] ( https://github.com/datafaker-net/datafaker/releases ) of the repository
8112 . Click on "Draft a new release"
9123 . Create a new tag in the format ` 2.x.y ` (where x and y are the minor and patch version numbers)
Original file line number Diff line number Diff line change 33Datafaker is licensed under the Apache License 2.0
44
55```
6- Copyright 2025 Datafaker.net
6+ Copyright 2026 Datafaker.net
77
88Licensed under the Apache License, Version 2.0 (the "License");
99you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repo_url: https://github.com/datafaker-net/datafaker
1010edit_uri : " edit/main/docs"
1111
1212# Copyright
13- copyright : Copyright © 2016 - 2025 Erik Pragt
13+ copyright : Copyright © 2016 - 2026 Erik Pragt
1414
1515theme :
1616 name : material
@@ -81,8 +81,8 @@ plugins:
8181# Customization
8282extra :
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
8888nav :
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
You can’t perform that action at this time.
0 commit comments