mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
Preparing release notes
This commit is contained in:
parent
aaf805d893
commit
44c7f3aec3
@ -42,7 +42,7 @@ cities:
|
||||
```
|
||||
then
|
||||
```bash
|
||||
yq -o=lua '.' sample.yml
|
||||
yq -o=lua --lua-unquoted '.' sample.yml
|
||||
```
|
||||
will output
|
||||
```lua
|
||||
@ -72,7 +72,7 @@ cities:
|
||||
```
|
||||
then
|
||||
```bash
|
||||
yq -o=lua '.' sample.yml
|
||||
yq -o=lua --lua-globals '.' sample.yml
|
||||
```
|
||||
will output
|
||||
```lua
|
||||
|
@ -1,3 +1,8 @@
|
||||
4.35.1:
|
||||
- Added Lua output support (Thanks @Zash)!
|
||||
- Added BSD checksum format (Thanks @viq)!
|
||||
- Bumped dependencies
|
||||
|
||||
4.34.2:
|
||||
- Bumped dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user