4 Commits

4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:213699f46a2a29fc2f45c2f9f66ccbe5383aebe6061445d91ac196e3cf7029c8
size 207013

3
rapidcsv-8.87.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f642ec5948bb6fe42c4802ab35323c445850ead30d0d03d737312b4b3b7d2bc5
size 219053

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun May 18 14:14:51 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 8.87:
* out-of-range InsertColumn to throw exception instead of segfaulting
* out-of-range RemoveColumn to throw exception instead of segfaulting
-------------------------------------------------------------------
Sun Mar 23 17:17:58 UTC 2025 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 8.85:
* GetColumnCount to respect LabelParams offset when determining first row
-------------------------------------------------------------------
Sat Sep 28 08:25:53 UTC 2024 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rapidcsv
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: rapidcsv
Version: 8.84
Version: 8.87
Release: 0
Summary: C++ header-only library for CSV parsing
License: BSD-3-Clause