Skip to content

Commit

Permalink
chore(changelog): Add recent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed May 4, 2024
1 parent 85e5c13 commit 6bfcf88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
on:
push:
branches: [ main ]
branches: [ main, next ]
pull_request:
branches: [ main ]
branches: [ main, next ]

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## Changed
- fixed error in documentation for string type (previously read that it worked on numbers)
- Dictionaries that don't have a member that is present in the schema no longer produce an error outside of strict contexts.
---

# [v0.1.1](https://github.com/jamesxX/valakyrie/releases/tags/v0.1.1)
Expand Down

0 comments on commit 6bfcf88

Please sign in to comment.