Skip to content

Releases: mthmulders/mcs

Release v0.1.1

05 Dec 15:38
Compare
Choose a tag to compare

Changelog

🛠 Build

  • 1b43d06 Homebrew packaging (Maarten Mulders)
  • 81c6714 Switch to conventional commits (Maarten Mulders)

  • 15fe555 🏁 Releasing version 0.1.1 (GitHub Action)
  • df7ce7d ⬆️ Next version 0.2 (GitHub Action)

Release v0.1

05 Dec 15:13
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 606dbaa Output single result as pom.xml snippet (Maarten Mulders)
  • d59528b Nice tabular output (Maarten Mulders)
  • 1ef25fc Execute request against search.maven.org (Maarten Mulders)
  • e5a415d Add search command CLI (Maarten Mulders)
  • f2873f2 Very simple program (Maarten Mulders)

🐛 Fixes

  • 20bf55b Can't predict exact formatting of date/time (Maarten Mulders)

♻️ Changes

  • f905cd3 Refactor into smaller methods (Maarten Mulders)
  • 92ed16a Refactor output printing (Maarten Mulders)
  • 375acd2 Pull out most PicoCLI related code from main program (Maarten Mulders)
  • 2669826 Refactor output printing (Maarten Mulders)
  • 1aa611e Make Result a sealed type (Maarten Mulders)

🧰 Tasks

  • 7102dc9 Bump wiremock-jre8 from 2.31.0 to 2.32.0 (#10) (dependabot[bot])
  • e5a33f1 Bump pitest-junit5-plugin from 0.14 to 0.15 (#6) (dependabot[bot])
  • a19c4b4 Bump junit-bom from 5.8.1 to 5.8.2 (#7) (dependabot[bot])
  • 02df6c6 Bump native-maven-plugin from 0.9.5 to 0.9.7.1 (#2) (dependabot[bot])
  • a55572d Bump mockito-core from 3.11.2 to 4.1.0 (#5) (dependabot[bot])
  • c2da0ac Bump picocli from 4.6.1 to 4.6.2 (#3) (dependabot[bot])
  • eae5101 Remove "test" command (Maarten Mulders)
  • dffde37 Add Dependabot configuration file (Maarten Mulders)
  • 94b5729 Add functional style Result class (Maarten Mulders)
  • 1542679 Add Jackson Jr. for JSON parsing (Maarten Mulders)
  • 049e6be Prepare project (Maarten Mulders)

🛠 Build

  • f8a15ea Improve test coverage of Search Command Handler (Maarten Mulders)
  • 6bd53a1 align formatting of GitHub Actions (Maarten Mulders)
  • ead5ea4 we don't use Maven Wrapper (Maarten Mulders)
  • 489f02f align versions of GitHub Actions (Maarten Mulders)
  • b6275c4 Make project releasable using JReleaser (Maarten Mulders)
  • aac99fb Cover non-tested code (Maarten Mulders)
  • c099a30 Introduce cache for Maven builds (Maarten Mulders)
  • 6c2695a No longer build a 'really executable JAR' (Maarten Mulders)
  • cbb7854 Manage plugin versions with (Maarten Mulders)
  • 8b40f58 Run native build only when regular build succeeded (Maarten Mulders)
  • e216bad Streamline GitHub actions (Maarten Mulders)
  • 6aa4e6e Introduce mutation testing (Maarten Mulders)
  • 999d1e1 Add test for response on coordinate search without version (Maarten Mulders)
  • c7af685 Make test more resilient against different locales (Maarten Mulders)
  • e260bd1 Improve test coverage (Maarten Mulders)
  • 563d903 Run integration tests during build (Maarten Mulders)
  • 6fe5bac Build with Java 17 (Maarten Mulders)
  • dec52ed Add test dependencies (Maarten Mulders)
  • 183a3e6 Exclude META-INF/MANIFEST.MF from shading (Maarten Mulders)
  • fe049f7 Bump Maven Deploy Plugin (Maarten Mulders)
  • dd1a03a Setup build (both JVM and native) (Maarten Mulders)
  • f7e5067 Setup GitHub actions (Maarten Mulders)
  • 74f43cb Initial commit (Maarten Mulders)

📝 Documentation

  • 4a1e9ba Add mutation testing badge (Maarten Mulders)
  • d77745a Add some more project info to POM (Maarten Mulders)
  • 3870b47 Add license information to POM (Maarten Mulders)
  • cfcec63 Idea for further improvement (Maarten Mulders)
  • 0f1b94c More extensive README (Maarten Mulders)
  • bc2d6b5 Add build status badge (Maarten Mulders)

  • 848f53c 🏁 Releasing version 0.1 (GitHub Action)