Skip to content
Permalink
main

Commits on Aug 22, 2021

Commits on Aug 20, 2021

  1. Published maven/2.12.3

    circleci
    circleci committed Aug 20, 2021
  2. Published gradle/5.14.3

    circleci
    circleci committed Aug 20, 2021
  3. Published lib/2.15.3

    circleci
    circleci committed Aug 20, 2021
  4. Fix duplicate artifacts.

    nedtwigg committed Aug 20, 2021
  5. Add changelog entry.

    nedtwigg committed Aug 20, 2021
  6. Bump changelogs.

    nedtwigg committed Aug 20, 2021
  7. Add PR links.

    nedtwigg committed Aug 20, 2021
  8. CHANGES update

    Alex Simkin
    Alex Simkin committed Aug 20, 2021
  9. Bump default version. Add tests

    Alex Simkin
    Alex Simkin committed Aug 20, 2021

Commits on Aug 19, 2021

  1. Added scalafmt 3 support

    Alex Simkin
    Alex Simkin committed Aug 19, 2021

Commits on Aug 3, 2021

  1. Bump plexus-utils from 3.3.0 to 3.4.0 (#905)

    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.3.0...plexus-utils-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot committed Aug 3, 2021

Commits on Jul 20, 2021

  1. Published maven/2.12.2

    circleci
    circleci committed Jul 20, 2021
  2. Published gradle/5.14.2

    circleci
    circleci committed Jul 20, 2021
  3. Published lib/2.15.2

    circleci
    circleci committed Jul 20, 2021
  4. Fix SQL whitespace handing in comments

    This fixes several issues to how whitespace was formatted related to
    comments in SQL formatter:
    
     - A line after the comment would get an additional leading space, this
       was especially visible for multi-line comments. For example:
       ```
       -- comment
       CREATE TABLE ...
       ```
       Would be formatted as:
       ```
       -- comment
        CREATE TABLE ...
       ```
     - An inline comment would be indented and placed on a separate line.
       For example:
       ```
       CREATE TABLE products (
           category_id INTEGER, -- lookup in categories table
           color VARCHAR(50),
       )
       ```
       Would be formatted as:
       ```
       CREATE TABLE products (
           category_id INTEGER,
           -- lookup in categories table
       color VARCHAR(50),
       )
       ```
    
    This fixes those issues in by patching these specific cases.
    zregvart committed Jul 20, 2021

Commits on Jul 6, 2021

  1. Published gradle/5.14.1

    circleci
    circleci committed Jul 6, 2021
  2. Published lib/2.15.1

    circleci
    circleci committed Jul 6, 2021

Commits on Jun 27, 2021

  1. Published ext-eclipse-wtp/3.22.0

    circleci
    circleci committed Jun 27, 2021
  2. Published ext-eclipse-cdt/10.3.0

    circleci
    circleci committed Jun 27, 2021
Older