Skip to content

Commit 0181279

Browse files
authored
Bump version to 0.3.1 (#64)
1 parent 82d0e5a commit 0181279

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Development
22

3+
## 0.3.1
4+
35
- Fixed a bug where extending table via dotted key was not allowed (#54)
46
- Declare support for Swift 6
7+
- Add experimental support for building with Bazel
58

69
## 0.3.0
710

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction
2525
#### With [SwiftPM](https://swift.org/package-manager)
2626

2727
```swift
28-
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.3.0")
28+
.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.3.1")
2929
```
3030

3131
## License

0 commit comments

Comments
 (0)