Compare commits
	
		
			2 commits
		
	
	
		
			5ae236f228
			...
			2500805c54
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2500805c54 | |||
| 8a3c147858 | 
					 2 changed files with 12 additions and 3 deletions
				
			
		
							
								
								
									
										10
									
								
								CHANGELOG.md
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGELOG.md
									
										
									
									
									
								
							| 
						 | 
					@ -5,6 +5,16 @@ All notable changes to Tailbone will be documented in this file.
 | 
				
			||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 | 
					The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 | 
				
			||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 | 
					and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## v0.23.0 (2025-10-19)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Feat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- require latest rattail; drop passlib dependency
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Fix
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- depend on latest rattail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v0.22.11 (2025-09-20)
 | 
					## v0.22.11 (2025-09-20)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Fix
 | 
					### Fix
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ build-backend = "hatchling.build"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[project]
 | 
					[project]
 | 
				
			||||||
name = "Tailbone"
 | 
					name = "Tailbone"
 | 
				
			||||||
version = "0.22.11"
 | 
					version = "0.23.0"
 | 
				
			||||||
description = "Backoffice Web Application for Rattail"
 | 
					description = "Backoffice Web Application for Rattail"
 | 
				
			||||||
readme = "README.md"
 | 
					readme = "README.md"
 | 
				
			||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 | 
					authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
 | 
				
			||||||
| 
						 | 
					@ -43,7 +43,6 @@ dependencies = [
 | 
				
			||||||
        "openpyxl",
 | 
					        "openpyxl",
 | 
				
			||||||
        "paginate",
 | 
					        "paginate",
 | 
				
			||||||
        "paginate_sqlalchemy",
 | 
					        "paginate_sqlalchemy",
 | 
				
			||||||
        "passlib",
 | 
					 | 
				
			||||||
        "Pillow",
 | 
					        "Pillow",
 | 
				
			||||||
        "pyramid>=2",
 | 
					        "pyramid>=2",
 | 
				
			||||||
        "pyramid_beaker",
 | 
					        "pyramid_beaker",
 | 
				
			||||||
| 
						 | 
					@ -53,7 +52,7 @@ dependencies = [
 | 
				
			||||||
        "pyramid_mako",
 | 
					        "pyramid_mako",
 | 
				
			||||||
        "pyramid_retry",
 | 
					        "pyramid_retry",
 | 
				
			||||||
        "pyramid_tm",
 | 
					        "pyramid_tm",
 | 
				
			||||||
        "rattail[db,bouncer]>=0.20.6",
 | 
					        "rattail[db,bouncer]>=0.21.0",
 | 
				
			||||||
        "sa-filters",
 | 
					        "sa-filters",
 | 
				
			||||||
        "simplejson",
 | 
					        "simplejson",
 | 
				
			||||||
        "transaction",
 | 
					        "transaction",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue