Skip to content

Commit

Permalink
Updates for 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmr committed Apr 13, 2021
1 parent 18d393f commit 7045bfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ A High Performance Inter-Thread Messaging Library

## Changelog

### 3.4.3

- Add Automatic-Module-Name to MANIFEST.MF

### 3.4.2

- Fix race condition in BatchEventProcessor with 3 or more starting/halting concurrently.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'idea'
defaultTasks 'build'

group = 'com.lmax'
version = new Version(major: 3, minor: 4, revision: 2)
version = new Version(major: 3, minor: 4, revision: 3)

ext {
fullName = 'Disruptor Framework'
Expand Down

0 comments on commit 7045bfd

Please sign in to comment.