Skip to content

Commit cb1ede1

Browse files
committed
Get ready for the 0.9.6 release
1 parent 0fa934f commit cb1ede1

36 files changed

+41
-40
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2022 Volkan Yazıcı
1+
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2022 Volkan Yazıcı
1+
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/maven-settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2018-2022 Volkan Yazıcı
3+
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2022 Volkan Yazıcı
1+
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2022 Volkan Yazıcı
1+
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2022 Volkan Yazıcı
1+
# Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
Copyright 2018-2022 Volkan Yazıcı
2+
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616

17-
### (????-??-??) v0.9.6
17+
### (2023-10-23) v0.9.6
1818

1919
- Avoid using `FileInputStream`, since it requires a full-GC for clean-up. (#174, #175)
2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
Copyright 2018-2022 Volkan Yazıcı
2+
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -179,7 +179,7 @@ methods.
179179

180180
# License
181181

182-
Copyright &copy; 2018-2022 [Volkan Yazıcı](https://vlkan.com/)
182+
Copyright &copy; 2018-2023 [Volkan Yazıcı](https://volkan.yazi.ci)
183183

184184
Licensed under the Apache License, Version 2.0 (the "License");
185185
you may not use this file except in compliance with the License.

maven-version-rules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2018-2022 Volkan Yazıcı
3+
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2018-2022 Volkan Yazıcı
3+
Copyright 2018-2023 Volkan Yazıcı <volkan@yazi.ci>
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -27,6 +27,7 @@
2727
<name>RotatingFileOutputStream</name>
2828
<description>Sneakily rotating your FileOutputStream since 2017.</description>
2929
<url>https://github.com/vy/rotating-fos</url>
30+
<inceptionYear>2017</inceptionYear>
3031

3132
<licenses>
3233
<license>
@@ -42,7 +43,7 @@
4243
<name>Volkan Yazıcı</name>
4344
<email>volkan@yazi.ci</email>
4445
<organization>Volkan Yazıcı's Soap Co.</organization>
45-
<organizationUrl>https://vlkan.com/</organizationUrl>
46+
<organizationUrl>https://volkan.yazi.ci</organizationUrl>
4647
<roles>
4748
<role>Project-Administrator</role>
4849
<role>Developer</role>
@@ -74,7 +75,7 @@
7475
<properties>
7576

7677
<!-- common properties -->
77-
<revision>0.9.6-SNAPSHOT</revision>
78+
<revision>0.9.6</revision>
7879
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7980
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
8081
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)