Skip to content

Commit

Permalink
Release fmf-1.1.0
Browse files Browse the repository at this point in the history
Features and bug fixes:
- Implement a directive for disabling inheritance
- Add support for prepending items during merging
- Explicitly convert context value to string
- Workaround s390x ruamel read issue
- Support reference schemas in validation function
- Add JSON Schema validation method
- Fixes blocking with symbolic link loops
- Use a better way to detect the default git branch
- Add unit tests for comma operator in context rules
- Add examples demonstrating the context syntax

Repo maintenance:
- Create commit builds from the `main` branch
- Enable `epel-9` for copr builds and testing
  • Loading branch information
lukaszachy committed Jun 8, 2022
1 parent ed4d296 commit a824602
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ Authors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Petr Šplíchal, Miro Hrončok, Jakub Krysl, Jan Ščotka, Alois
Mahdal, Cleber Rosa, Miroslav Vadkerti, Lukáš Zachar and František
Nečas.
Mahdal, Cleber Rosa, Miroslav Vadkerti, Lukáš Zachar, František
Nečas, Evgeny Fedin and Pablo Martin.


Copyright
Expand Down
14 changes: 13 additions & 1 deletion fmf.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: fmf
Version: 1.0.0
Version: 1.1.0
Release: 1%{?dist}

Summary: Flexible Metadata Format
Expand Down Expand Up @@ -77,6 +77,18 @@ install -pm 644 fmf.1* %{buildroot}%{_mandir}/man1


%changelog
* Wed Jun 08 2022 Lukáš Zachar <[email protected]> - 1.1.0-1
- Implement a directive for disabling inheritance
- Add support for prepending items during merging
- Explicitly convert context value to string
- Workaround s390x ruamel read issue
- Support reference schemas in validation function
- Add JSON Schema validation method
- Fixes blocking with symbolic link loops
- Use a better way to detect the default git branch
- Add unit tests for comma operator in context rules
- Add examples demonstrating the context syntax

* Thu Nov 11 2021 Petr Šplíchal <[email protected]> - 1.0.0-1
- Migrate yaml parsing to ruamel.yaml
- Drop support for Python 2
Expand Down

0 comments on commit a824602

Please sign in to comment.