File tree 2 files changed +6
-1
lines changed
cli-bot/src/main/kotlin/io/github/serpro69/kfaker/app
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format follows [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and the project versioning adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
6
6
7
+ ## [ v1.3.1] - 2020-06-07
8
+ ### Fixed
9
+ - [ #27 ] ( https://github.com/serpro69/kotlin-faker/issues/27 ) Resolving partially-localized provider functions
10
+ with secondary_key
11
+
7
12
## [ v1.3.0] - 2020-06-03
8
13
### Added
9
14
- [ #24 ] ( https://github.com/serpro69/kotlin-faker/issues/24 ) faker-bot cli application
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import kotlin.system.exitProcess
13
13
],
14
14
version = [
15
15
" faker: 1.3.+" ,
16
- " faker-bot: 1.3.0 " ,
16
+ " faker-bot: 1.3.1 " ,
17
17
" Built with picocli ${CommandLine .VERSION } " ,
18
18
" JVM: \$ {java.version} (\$ {java.vendor} \$ {java.vm.name} \$ {java.vm.version})" ,
19
19
" OS: \$ {os.name} \$ {os.version} \$ {os.arch}"
You can’t perform that action at this time.
0 commit comments