nut_sys 0.2.0

Wrapper for Number-Theory-Utils C library
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0]https://github.com/hacatu/nut_sys/compare/v0.1.2...v0.1.3 - 2025-10-22

### Other

- Deprecate some functions
- Added more wrappers, traits, bump rust version

## [0.1.2]https://github.com/hacatu/nut_sys/compare/v0.1.1...v0.1.2 - 2025-02-24

### Other

- Fixed factor_heuristic

## [0.1.1]https://github.com/hacatu/nut_sys/compare/v0.1.0...v0.1.1 - 2025-01-15

### Other

- Added ipow, forall_divs_le_tmptmp, and factor_heuristic (BROKEN) wrappers
- release v0.1.0

## [0.1.0]https://github.com/hacatu/nut_sys/releases/tag/v0.1.0 - 2024-12-15

### Other

- Updated manifest
- Import code and setup CI
- Initial commit