Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloszKrajewski committed Apr 27, 2021
1 parent 4321bf2 commit 31b6e5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.20 (2021/04/27)
* CHANGED: keep completed and failed jobs (for a period of time)
* ADDED: pruning archived (completed and failed) jobs
* ADDED: added job status to scan index

## 0.0.18 (2021/03/29)
* CHANGED: changed index on jobs to use invisible_until (better performance)

Expand Down
6 changes: 3 additions & 3 deletions Common.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<Version>0.0.18</Version>
<AssemblyVersion>0.0.18</AssemblyVersion>
<FileVersion>0.0.18</FileVersion>
<Version>0.0.20</Version>
<AssemblyVersion>0.0.20</AssemblyVersion>
<FileVersion>0.0.20</FileVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Χρόνος -->
Expand Down

0 comments on commit 31b6e5e

Please sign in to comment.