Skip to content

Commit

Permalink
Changelog for version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jul 19, 2024
1 parent 1b241d1 commit 34c4926
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.4.1](https://github.com/bakdata/gradle-plugins/tree/1.4.1) (2024-07-19)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.4.1...1.4.1)


## [1.4.1](https://github.com/bakdata/gradle-plugins/tree/1.4.1) (2024-07-19)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.4.0...1.4.1)

**Merged pull requests:**

- Remove kassava dependency [\#52](https://github.com/bakdata/gradle-plugins/pull/52) ([@philipp94831](https://github.com/philipp94831))

## [1.4.0](https://github.com/bakdata/gradle-plugins/tree/1.4.0) (2024-03-12)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.3.2...1.4.0)

Expand Down Expand Up @@ -54,7 +65,6 @@
**Merged pull requests:**

- Upgrade to Gradle 7.2 [\#43](https://github.com/bakdata/gradle-plugins/pull/43) ([@philipp94831](https://github.com/philipp94831))
- update sonatype plugin [\#27](https://github.com/bakdata/gradle-plugins/pull/27) ([@raminqaf](https://github.com/raminqaf))
- Use Gradle Nexus Publish Plugin [\#42](https://github.com/bakdata/gradle-plugins/pull/42) ([@philipp94831](https://github.com/philipp94831))
- Upgrade to Gradle 6.9 [\#40](https://github.com/bakdata/gradle-plugins/pull/40) ([@philipp94831](https://github.com/philipp94831))

Expand Down Expand Up @@ -152,7 +162,6 @@
**Merged pull requests:**

- Update plugins for Gradle 7 compatibility [\#24](https://github.com/bakdata/gradle-plugins/pull/24) ([@philipp94831](https://github.com/philipp94831))
- Improved deployment fault tolerance [\#15](https://github.com/bakdata/gradle-plugins/pull/15) ([@AHeise](https://github.com/AHeise))

## [1.1.6](https://github.com/bakdata/gradle-plugins/tree/1.1.6) (2021-02-08)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.1.5...1.1.6)
Expand All @@ -175,27 +184,27 @@
## [1.1.4](https://github.com/bakdata/gradle-plugins/tree/1.1.4) (2019-02-28)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.1.2...1.1.4)

**Fixed bugs:**

- Cannot upload release to sonatype in parallel [\#16](https://github.com/bakdata/gradle-plugins/issues/16)

**Merged pull requests:**

- Fixed empty plugins \(no compilation of Kotlin code\) [\#18](https://github.com/bakdata/gradle-plugins/pull/18) ([@AHeise](https://github.com/AHeise))
- Bumped nexus\-publish\-plugin to 0.2.0 to solve parallel release issue \#16 [\#17](https://github.com/bakdata/gradle-plugins/pull/17) ([@AHeise](https://github.com/AHeise))

## [1.1.2](https://github.com/bakdata/gradle-plugins/tree/1.1.2) (2019-02-21)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.1.1...1.1.2)

**Fixed bugs:**

- Coverage always at 0% [\#13](https://github.com/bakdata/gradle-plugins/issues/13)
- Cannot upload release to sonatype in parallel [\#16](https://github.com/bakdata/gradle-plugins/issues/16)

## [1.1.2](https://github.com/bakdata/gradle-plugins/tree/1.1.2) (2019-02-21)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.1.1...1.1.2)

**Merged pull requests:**

- Bugfix incorrect repo name in multi module [\#12](https://github.com/bakdata/gradle-plugins/pull/12) ([@AHeise](https://github.com/AHeise))
- Correctly applying jacoco plugin to all java projects [\#14](https://github.com/bakdata/gradle-plugins/pull/14) ([@AHeise](https://github.com/AHeise))

**Fixed bugs:**

- Coverage always at 0% [\#13](https://github.com/bakdata/gradle-plugins/issues/13)

## [1.1.1](https://github.com/bakdata/gradle-plugins/tree/1.1.1) (2019-02-21)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.1.0...1.1.1)

Expand All @@ -220,10 +229,6 @@
## [1.0.2](https://github.com/bakdata/gradle-plugins/tree/1.0.2) (2019-02-20)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.0.1...1.0.2)

**Fixed bugs:**

- DisallowLocalRelease not working [\#1](https://github.com/bakdata/gradle-plugins/issues/1)

**Implemented enhancements:**

- Add changelog generation [\#3](https://github.com/bakdata/gradle-plugins/issues/3)
Expand All @@ -234,6 +239,10 @@
- Adding github release and changelog generation [\#5](https://github.com/bakdata/gradle-plugins/pull/5) ([@AHeise](https://github.com/AHeise))
- Deferred evaluation of SonatypeSettings\#disallowLocalRelease after ta… [\#4](https://github.com/bakdata/gradle-plugins/pull/4) ([@AHeise](https://github.com/AHeise))

**Fixed bugs:**

- DisallowLocalRelease not working [\#1](https://github.com/bakdata/gradle-plugins/issues/1)

## [1.0.1](https://github.com/bakdata/gradle-plugins/tree/1.0.1) (2019-02-05)
[View commits](https://github.com/bakdata/gradle-plugins/compare/1.0.0...1.0.1)

Expand Down

0 comments on commit 34c4926

Please sign in to comment.