-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version for core releases (#13220)
* Prepare release for serialization modules (#13205) * Prepare release for serialization modules * Ignored flaky CF tests (#12915) * disable flaky assert (#12793) Co-authored-by: Gauri Prasad <[email protected]> Co-authored-by: Weidong Xu <[email protected]> * Update CHANGELOGs to UTC current day * Increment package version after release of com.azure azure-core-serializer-json-gson * Increment package version after release of com.azure azure-core-serializer-json-jackson * Increment package version after release of com.azure azure-core-serializer-avro-jackson * Increment package version after release of com.azure azure-core-serializer-avro-apache Co-authored-by: Alan Zimmer <[email protected]> Co-authored-by: Gauri Prasad <[email protected]> Co-authored-by: Weidong Xu <[email protected]>
- Loading branch information
1 parent
3945235
commit bc68269
Showing
12 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) | ||
## 1.0.0-beta.2 (Unreleased) | ||
|
||
|
||
## 1.0.0-beta.1 (2020-07-16) | ||
|
||
- Initial release. Please see the README and wiki for information on the new design. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.1 (Unreleased) | ||
## 1.0.0-beta.2 (Unreleased) | ||
|
||
|
||
## 1.0.0-beta.1 (2020-07-16) | ||
|
||
- Initial release. Please see the README and wiki for information on the new design. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
## 1.0.0-beta.3 (Unreleased) | ||
|
||
|
||
## 1.0.0-beta.2 (2020-07-16) | ||
|
||
- `GsonJsonSerializer` implements `JsonSerializer` instead of `ObjectSerializer`. | ||
- Added implementations for `JsonNode` and its subclasses. | ||
|
||
## 1.0.0-beta.1 (2020-05-04) | ||
|
||
- Initial release. Please see the README and wiki for information on the new design. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
## 1.0.0-beta.3 (Unreleased) | ||
|
||
|
||
## 1.0.0-beta.2 (2020-07-16) | ||
|
||
- `JacksonJsonSerializer` implements `JsonSerializer` instead of `ObjectSerializer`. | ||
- Added implementations for `JsonNode` and its subclasses. | ||
|
||
## 1.0.0-beta.1 (2020-05-04) | ||
|
||
- Initial release. Please see the README and wiki for information on the new design. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters