Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Apr 26, 2022
1 parent 151a5d5 commit d566bbc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
}

group = 'ru.exlmoto'
version = '1.0.1'
version = '1.0.2'
sourceCompatibility = '1.8'

configurations {
Expand Down
26 changes: 25 additions & 1 deletion doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming Release:
## v1.0.2, 27-Apr-2022, Patch Release:

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

Expand Down Expand Up @@ -35,6 +35,30 @@
- org.apache.poi:poi 4.1.2 => 5.2.2
- org.apache.poi:poi-ooxml 4.1.2 => 5.2.2

### Technical Notes:

```bash
git log --pretty=oneline --abbrev-commit | wc -l
1131

cloc src/main/
188 text files.
188 unique files.
5 files ignored.

github.com/AlDanial/cloc v 1.82 T=1.56 s (117.7 files/s, 12797.3 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Java 160 2728 3831 11493
HTML 19 0 62 1074
CSS 3 7 9 538
YAML 1 0 0 160
-------------------------------------------------------------------------------
SUM: 183 2735 3902 13265
-------------------------------------------------------------------------------
```

## v1.0.1, 27-Dec-2020, Patch Release:

- Added birthdays of MotoFan.Ru forum users to the morning report.
Expand Down
2 changes: 1 addition & 1 deletion util/digest.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target network-online.target postgresql.service
[Service]
User=exl
WorkingDirectory=/srv/
ExecStart=/usr/bin/java -jar /srv/digest-service-1.0.1.jar
ExecStart=/usr/bin/java -jar /srv/digest-service-1.0.2.jar
StandardOutput=journal
StandardError=journal
SyslogIdentifier=digest
Expand Down

0 comments on commit d566bbc

Please sign in to comment.