Skip to content

Commit bcc11f8

Browse files
committed
Bump version to v1.4
1 parent 43f4065 commit bcc11f8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

cpp-json.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tokox-cpp-json
2-
Version: 1.3
2+
Version: 1.4
33
Release: 1%{?dist}
44
Summary: C++ JSON object import/export library
55

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

3838
%changelog
39+
* Sat Mar 30 2024 Tomasz Kośnikowski (tokox) - 1.4-1
40+
- Rewritten import_error
41+
- Refactored error messages
42+
- Fixed value_type conversions in types.cpp (dumb dumb me)
43+
- Added throws for unknown value_type and error_type
44+
- Fixed last case of value_type in conversion to object_type
45+
3946
* Sat Mar 30 2024 Tomasz Kośnikowski (tokox) - 1.3-1
4047
- Splitted code into files
4148
- Separated headers and source

0 commit comments

Comments
 (0)