Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Jan 11, 2025
1 parent cd8f71b commit d83feb4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/*
========================================================================
SchemaCrawler
http://www.schemacrawler.com
Copyright (c) 2000-2025, Sualeh Fatehi <sualeh@hotmail.com>.
All rights reserved.
------------------------------------------------------------------------
SchemaCrawler is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SchemaCrawler and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0, GNU General Public License
v3 or GNU Lesser General Public License v3.
You may elect to redistribute this code under any of these licenses.
The Eclipse Public License is available at:
http://www.eclipse.org/legal/epl-v10.html
The GNU General Public License v3 and the GNU Lesser General Public
License v3 are available at:
http://www.gnu.org/licenses/
========================================================================
*/

package schemacrawler.tools.lint;

import java.util.Set;
Expand Down
8 changes: 8 additions & 0 deletions schemacrawler-website/src/site/markdown/changes-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

SchemaCrawler release notes.


<a name="v16.25.2"></a>
## Release 16.25.2 - 2024-12-27

- Add convenience methods to Table for checking if there are indexes and triggers
- Externalize a `LinterInitializer` so that `Linters` can be used with a custom registry


<a name="v16.25.1"></a>
## Release 16.25.1 - 2024-12-27

Expand Down

0 comments on commit d83feb4

Please # to comment.