Skip to content

Commit d566bbc

Browse files
committed
Bump version to 1.0.2
1 parent 151a5d5 commit d566bbc

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
}
3030

3131
group = 'ru.exlmoto'
32-
version = '1.0.1'
32+
version = '1.0.2'
3333
sourceCompatibility = '1.8'
3434

3535
configurations {

doc/ChangeLog.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Upcoming Release:
1+
## v1.0.2, 27-Apr-2022, Patch Release:
22

33
- Added date to the digest output (suggestion by @yakimka).
44

@@ -35,6 +35,30 @@
3535
- org.apache.poi:poi 4.1.2 => 5.2.2
3636
- org.apache.poi:poi-ooxml 4.1.2 => 5.2.2
3737

38+
### Technical Notes:
39+
40+
```bash
41+
git log --pretty=oneline --abbrev-commit | wc -l
42+
1131
43+
44+
cloc src/main/
45+
188 text files.
46+
188 unique files.
47+
5 files ignored.
48+
49+
github.com/AlDanial/cloc v 1.82 T=1.56 s (117.7 files/s, 12797.3 lines/s)
50+
-------------------------------------------------------------------------------
51+
Language files blank comment code
52+
-------------------------------------------------------------------------------
53+
Java 160 2728 3831 11493
54+
HTML 19 0 62 1074
55+
CSS 3 7 9 538
56+
YAML 1 0 0 160
57+
-------------------------------------------------------------------------------
58+
SUM: 183 2735 3902 13265
59+
-------------------------------------------------------------------------------
60+
```
61+
3862
## v1.0.1, 27-Dec-2020, Patch Release:
3963

4064
- Added birthdays of MotoFan.Ru forum users to the morning report.

util/digest.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After=network.target network-online.target postgresql.service
66
[Service]
77
User=exl
88
WorkingDirectory=/srv/
9-
ExecStart=/usr/bin/java -jar /srv/digest-service-1.0.1.jar
9+
ExecStart=/usr/bin/java -jar /srv/digest-service-1.0.2.jar
1010
StandardOutput=journal
1111
StandardError=journal
1212
SyslogIdentifier=digest

0 commit comments

Comments
 (0)