Releases: saveourtool/kompiledb
Releases · saveourtool/kompiledb
Release v1.0.1
What's Changed
- Bump the version to 1.0.1-SNAPSHOT by @0x6675636b796f75676974687562 in #43
- Check the version of the project before publishing a snapshot by @0x6675636b796f75676974687562 in #44
- Enable version inference using the Reckon plug-in by @0x6675636b796f75676974687562 in #45
- Update the
README
by @0x6675636b796f75676974687562 in #47 - Fix version inference when performing a release by @0x6675636b796f75676974687562 in #48
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
What's Changed
- Create dependabot.yml by @0x6675636b796f75676974687562 in #1
- Update dependabot.yml by @0x6675636b796f75676974687562 in #2
- Add
.editorconfig
, update.gitignore
by @0x6675636b796f75676974687562 in #3 - Enable building with Gradle by @0x6675636b796f75676974687562 in #4
- Update Gradle to to 7.6.1 by @0x6675636b796f75676974687562 in #8
- Bump org.gradle.kotlin:gradle-kotlin-dsl-plugins from 4.0.10 to 4.0.15 by @dependabot in #7
- Bump com.gradle.enterprise from 3.12.6 to 3.13.3 by @dependabot in #6
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.22 by @dependabot in #5
- Enable the Kotlin/JVM plug-in by @0x6675636b796f75676974687562 in #9
- Add support for JSON serialization via Gson by @0x6675636b796f75676974687562 in #10
- Rename the project by @0x6675636b796f75676974687562 in #11
- Enable dependency scanning by @0x6675636b796f75676974687562 in #12
- Enable automatic Gradle builds by @0x6675636b796f75676974687562 in #13
- Disable snapshot publishing as no publishing is currently configured by @0x6675636b796f75676974687562 in #14
- Expand the documentation to cover
jq
-preprocessing by @0x6675636b796f75676974687562 in #15 - Add support for command de-serialization by @0x6675636b796f75676974687562 in #16
- Add more unit tests by @0x6675636b796f75676974687562 in #17
- Introduce the
PathMapper
interface by @0x6675636b796f75676974687562 in #18 - Implement a path mapper for MSys by @0x6675636b796f75676974687562 in #19
- Bump com.gradle.enterprise from 3.13.3 to 3.13.4 by @dependabot in #20
- Implement
GccCommandParser
supporting @response-file expansion by @0x6675636b796f75676974687562 in #21 - Allow the arguments to be 'single'- or "double"-quoted by @0x6675636b796f75676974687562 in #22
- Use arrays of primitives where appropriate by @0x6675636b796f75676974687562 in #23
- Enable parsing of
-I
(& friends),-D
and-U
switches by @0x6675636b796f75676974687562 in #24 - Recognize the language of the source file (C, C++, other) by @0x6675636b796f75676974687562 in #28
- Bump kotlin from 1.8.22 to 1.9.0 by @dependabot in #27
- Rename
gcc
->clang
by @0x6675636b796f75676974687562 in #29 - Add support for
-std=...
by @0x6675636b796f75676974687562 in #30 - Recognize
-nostdinc
,-nostdinc++
& friends for Clang and GCC by @0x6675636b796f75676974687562 in #31 - Complete the repository transfer process by @0x6675636b796f75676974687562 in #32
- Upgrade Gradle to version 8.2.1 by @0x6675636b796f75676974687562 in #33
- Extract common project configuration parts into
buildSrc/*.gradle.kts
by @0x6675636b796f75676974687562 in #34 - Enable Maven publishing by @0x6675636b796f75676974687562 in #35
- Publish snapshots to GitHub packages by @0x6675636b796f75676974687562 in #36
- Publish snapshots to Maven Central by @0x6675636b796f75676974687562 in #37
- Publish Dokka to gh-pages by @0x6675636b796f75676974687562 in #38
- Use
dokkaJekyll
instead ofdokkaGfm
by @0x6675636b796f75676974687562 in #39 - Use
dokkaHtml
instead ofdokkaJekyll
by @0x6675636b796f75676974687562 in #40 - Add the release workflow by @0x6675636b796f75676974687562 in #41
- Bump the version to 1.0.0 by @0x6675636b796f75676974687562 in #42
New Contributors
- @0x6675636b796f75676974687562 made their first contribution in #1
- @dependabot made their first contribution in #7
Full Changelog: https://github.com/saveourtool/kompiledb/commits/v1.0.0