Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 1, 2024
1 parent bbc39dd commit 573280c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project are documented in this file, based on [Keep

## [Unreleased]

## [0.4.0] - 2024-07-01
### Changed
- Update Bnd to 5.3.0


## [0.3.18] - 2024-05-27
### Fixed
Expand Down Expand Up @@ -52,7 +56,8 @@ All notable changes to this project are documented in this file, based on [Keep
- Base repositories and install units to be overridden in `EclipseCreateInstallation` tasks by adding `baseRepositories` and `baseInstallUnits` properties.


[Unreleased]: https://github.com/metaborg/coronium/compare/release-0.3.18...HEAD
[Unreleased]: https://github.com/metaborg/coronium/compare/release-0.4.0...HEAD
[0.4.0]: https://github.com/metaborg/coronium/compare/release-0.3.18...release-0.4.0
[0.3.18]: https://github.com/metaborg/coronium/compare/release-0.3.17...release-0.3.18
[0.3.17]: https://github.com/metaborg/coronium/compare/release-0.3.16...release-0.3.17
[0.3.16]: https://github.com/metaborg/coronium/compare/release-0.3.15...release-0.3.16
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Apply the bundle plugin to a project (a build.gradle(.kts) file) as follows:

```kotlin
plugins {
id("org.metaborg.coronium.bundle") version("0.3.18")
id("org.metaborg.coronium.bundle") version("0.4.0")
}
```

Expand Down Expand Up @@ -179,7 +179,7 @@ For example, dependencies can be embedded as follows:

```kotlin
plugins {
id("org.metaborg.coronium.bundle") version("0.3.18")
id("org.metaborg.coronium.bundle") version("0.4.0")
}

dependencies {
Expand Down Expand Up @@ -237,7 +237,7 @@ Apply the feature plugin to a project (a build.gradle(.kts) file) as follows:

```kotlin
plugins {
id("org.metaborg.coronium.feature") version("0.3.18")
id("org.metaborg.coronium.feature") version("0.4.0")
}
```

Expand Down Expand Up @@ -270,7 +270,7 @@ Apply the repository plugin to a project (a build.gradle(.kts) file) as follows:

```kotlin
plugins {
id("org.metaborg.coronium.repository") version("0.3.18")
id("org.metaborg.coronium.repository") version("0.4.0")
}
```

Expand Down Expand Up @@ -324,7 +324,7 @@ For example, to publish a Bundle:

```kotlin
plugins {
id("org.metaborg.coronium.bundle") version("0.3.18")
id("org.metaborg.coronium.bundle") version("0.4.0")
`maven-publish`
}

Expand All @@ -343,7 +343,7 @@ For features:

```kotlin
plugins {
id("org.metaborg.coronium.feature") version("0.3.18")
id("org.metaborg.coronium.feature") version("0.4.0")
`maven-publish`
}
```
Expand All @@ -352,7 +352,7 @@ For repositories:

```kotlin
plugins {
id("org.metaborg.coronium.repository") version("0.3.18")
id("org.metaborg.coronium.repository") version("0.4.0")
`maven-publish`
}
```
Expand Down

0 comments on commit 573280c

Please sign in to comment.