Skip to content

Commit

Permalink
Bump version to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tokox committed Mar 30, 2024
1 parent 43f4065 commit bcc11f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cpp-json.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tokox-cpp-json
Version: 1.3
Version: 1.4
Release: 1%{?dist}
Summary: C++ JSON object import/export library

Expand Down Expand Up @@ -36,6 +36,13 @@ cp -a LICENSE.md README.md %{buildroot}/usr/share/doc/tokox/cpp-json
%doc /usr/share/doc/tokox/cpp-json/README.md

%changelog
* Sat Mar 30 2024 Tomasz Kośnikowski (tokox) - 1.4-1
- Rewritten import_error
- Refactored error messages
- Fixed value_type conversions in types.cpp (dumb dumb me)
- Added throws for unknown value_type and error_type
- Fixed last case of value_type in conversion to object_type

* Sat Mar 30 2024 Tomasz Kośnikowski (tokox) - 1.3-1
- Splitted code into files
- Separated headers and source
Expand Down

0 comments on commit bcc11f8

Please sign in to comment.