We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d0e5a commit 0181279Copy full SHA for 0181279
CHANGELOG.md
@@ -1,7 +1,10 @@
1
## Development
2
3
+## 0.3.1
4
+
5
- Fixed a bug where extending table via dotted key was not allowed (#54)
6
- Declare support for Swift 6
7
+- Add experimental support for building with Bazel
8
9
## 0.3.0
10
README.md
@@ -25,7 +25,7 @@ TOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction
25
#### With [SwiftPM](https://swift.org/package-manager)
26
27
```swift
28
-.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.3.0")
+.package(url: "https://github.com/dduan/TOMLDecoder", from: "0.3.1")
29
```
30
31
## License
0 commit comments