Skip to content

Commit 953ba37

Browse files
[Gradle Release Plugin] - pre tag commit: '12.0.0'.
1 parent 45a01c6 commit 953ba37

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
### NEXT_VERSION_TYPE=MAJOR
2-
### NEXT_VERSION_DESCRIPTION_BEGIN
1+
## [12.0.0]() (28-04-2021)
32

43
The library is divided into two modules:
54

@@ -9,7 +8,7 @@ The library is divided into two modules:
98
Now it is possible to provide various database access implementations on top of `db-queue-core` module.
109
You can implement a custom `DatabaseAccessLayer` to achieve this.
1110
A default implementation for Spring is called `SpringDatabaseAccessLayer` and is located in the `db-queue-spring` module.
12-
`ru.yoomoney.tech:db-queue` artifact still provides the same functionality as it includes
11+
`ru.yoomoney.tech:db-queue` artifact still provides the same functionality as it includes
1312
`ru.yoomoney.tech:db-queue-core` and `ru.yoomoney.tech:db-queue-spring` artifacts.
1413

1514
There are several **breaking changes** in this release.
@@ -19,7 +18,6 @@ To migrate to a new version you must do the following changes:
1918
* Parametrize `QueueShard` over `SpringDatabaseAccessLayer` class
2019
* Construct `SpringDatabaseAccessLayer` and pass it to `QueueShard` constructor
2120

22-
### NEXT_VERSION_DESCRIPTION_END
2321
## [11.0.3]() (22-04-2021)
2422

2523
* Added library-project-plugin.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=11.0.4-SNAPSHOT
1+
version=12.0.0

0 commit comments

Comments
 (0)