Commit 5ca81d5a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 82e78554
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/sqlfluff/compare/1.0.0...1.0.1) (2022-08-29)


### Bug Fixes

* exit install ca certs on non root image ([c73cebf](https://gitlab.com/to-be-continuous/sqlfluff/commit/c73cebf890adea2e2b46d487d545da14da4173f4))

# 1.0.0 (2022-08-23)


+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/sqlfluff'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-sqlfluff.yml'
```