Skip to content

Commit

Permalink
Bump version to 0.3.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Dec 15, 2024
1 parent 82d0e5a commit 0181279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Development

## 0.3.1

- Fixed a bug where extending table via dotted key was not allowed (#54)
- Declare support for Swift 6
- Add experimental support for building with Bazel

## 0.3.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction
#### With [SwiftPM](https://swift.org/package-manager)

```swift
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.3.0")
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.3.1")
```

## License
Expand Down

0 comments on commit 0181279

Please sign in to comment.