Skip to content

Commit

Permalink
Merge pull request #127 from networktocode/develop
Browse files Browse the repository at this point in the history
Schema Enforcer v1.1.3 release
  • Loading branch information
PhillSimonds authored Jun 3, 2022
2 parents c8fa954 + 216943d commit a4d85b9
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "CI"
on: # yamllint disable-line rule:truth
on: # yamllint disable-line rule:truthy
- "push"
- "pull_request"

Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v1.1.3 - 2022-05-31

### Changes

- jinja2 version dependency specification modified such that versions in the 3.x release are supported

## v1.1.2 - 2022-01-10

### Changes

- Update dependencies
- Switch from slim to full python docker base image

## v1.1.1 - 2021-12-23

### Changes

- Minor updates to documentation
- Update CI build environment to use github actions instead of Travis CI
- Update version of ruamel from 0.16 to 0.17

## v1.1.0 - 2021-05-25

### Adds
Expand Down
Loading

0 comments on commit a4d85b9

Please sign in to comment.