Skip to content

Commit

Permalink
Bump version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tokox committed Mar 19, 2024
1 parent d8d3f9f commit e91561d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cpp-json.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tokox-cpp-json
Version: 1.1
Version: 1.2
Release: 1%{?dist}
Summary: C++ JSON object import/export library

Expand All @@ -10,8 +10,6 @@ Source0: https://github.com/tokox/cpp-json/archive/v%{version}.tar.gz

BuildArch: noarch

Requires: libstdc++

%description
This is a JSON object import/export library in C++. It contains class to represent JSON Object and functions to read it from stream and write it to stream. That is basically it. For more information look at README.
Install from copr:
Expand All @@ -38,6 +36,10 @@ cp -a LICENSE.md README.md %{buildroot}/usr/share/doc/tokox/cpp-json
%doc /usr/share/doc/tokox/cpp-json/README.md

%changelog
* Tue Mar 19 2024 Tomasz Kośnikowski (tokox) - 1.2-1
- Replaced std::variant with std::any
- improved object class

* Sun Mar 10 2024 Tomasz Kośnikowski (tokox) - 1.1-1
- Wrapped everything in tokox namespace and reformated code
- Updated README
Expand Down

0 comments on commit e91561d

Please sign in to comment.