File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins {
2929}
3030
3131group = ' ru.exlmoto'
32- version = ' 1.0.1 '
32+ version = ' 1.0.2 '
3333sourceCompatibility = ' 1.8'
3434
3535configurations {
Original file line number Diff line number Diff line change 1- ## Upcoming Release:
1+ ## v1.0.2, 27-Apr-2022, Patch Release:
22
33- Added date to the digest output (suggestion by @yakimka ).
44
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.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ After=network.target network-online.target postgresql.service
66[Service]
77User =exl
88WorkingDirectory =/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
1010StandardOutput =journal
1111StandardError =journal
1212SyslogIdentifier =digest
You can’t perform that action at this time.
0 commit comments