Skip to content

Commit ed636d8

Browse files
committed
Update charon.spec and pyproject.toml with version update
1 parent 8a7774b commit ed636d8

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

charon.spec

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@ export LANG=en_US.UTF-8 LANGUAGE=en_US.en LC_ALL=en_US.UTF-8
6464

6565

6666
%changelog
67+
* Fri Jun 27 2025 Gang Li <[email protected]>
68+
- 1.4.0 release
69+
- Add RADAS signature support
70+
71+
* Mon Jun 23 2025 Gang Li <[email protected]>
72+
- 1.3.4 release
73+
- Fix the sorting problem of index page items
74+
75+
* Mon Dec 16 2024 Gang Li <[email protected]>
76+
- 1.3.3 release
77+
- Fix npm del error when deleting a package which has overlapped name with others
78+
- Some code refinement
79+
80+
* Thu Jul 11 2024 Gang Li <[email protected]>
81+
- 1.3.2 release
82+
- Some updates in the Containerfile.
83+
6784
* Tue May 7 2024 Gang Li <[email protected]>
6885
- 1.3.1 release
6986
- Add checksum refresh command: refresh checksum files for maven artifacts

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ requires = ["setuptools", "setuptools-scm"]
44

55
[project]
66
name = "charon"
7-
<<<<<<< HEAD
8-
version = "1.3.4"
9-
=======
107
version = "1.4.0"
11-
>>>>>>> 821599b (Update project version to 1.4.0)
128
authors = [
139
{name = "RedHat EXD SPMM"},
1410
]

0 commit comments

Comments
 (0)